Enable Settings::antialiasing by default

This commit is contained in:
Héctor Ramón Jiménez 2025-03-12 02:14:58 +01:00
parent fd1101bd5f
commit 68c4764494
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
11 changed files with 2 additions and 12 deletions

View file

@ -12,7 +12,6 @@ pub fn main() -> iced::Result {
VectorialText::view,
)
.theme(|_| Theme::Dark)
.antialiasing(true)
.run()
}