ui: Remove hardcoded dark colorscheme

This commit is contained in:
Jaŭhien Lavonćjeŭ 2026-05-04 21:01:18 +02:00
parent a74f2d19d3
commit efaea13320
No known key found for this signature in database
GPG key ID: BF2B6A2AD5BA8BCD

View file

@ -74,11 +74,6 @@ mod imp {
fn startup(&self) {
self.parent_startup();
self.obj()
.style_manager()
.set_color_scheme(adw::ColorScheme::PreferDark);
self.setup_actions();
}
}