Enable Settings::antialiasing by default
This commit is contained in:
parent
fd1101bd5f
commit
68c4764494
11 changed files with 2 additions and 12 deletions
|
|
@ -5,7 +5,6 @@ use iced::{Element, Theme};
|
|||
pub fn main() -> iced::Result {
|
||||
iced::application(Example::default, Example::update, Example::view)
|
||||
.theme(|_| Theme::CatppuccinMocha)
|
||||
.antialiasing(true)
|
||||
.run()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue