Revert to using light theme.
This commit is contained in:
parent
e192cf6618
commit
01fe5c4730
@ -74,10 +74,10 @@ fn main() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// This set's the app to dark mode.
|
// This set's the app to dark mode.
|
||||||
// It wiil be in the user's preference later but for now
|
// It wiil be in the user's preference later.
|
||||||
// I will abuse my power and force it on everyone till then :P.
|
// Uncomment it to run with the dark theme variant.
|
||||||
let settings = gtk::Settings::get_default().unwrap();
|
// let settings = gtk::Settings::get_default().unwrap();
|
||||||
settings.set_property_gtk_application_prefer_dark_theme(true);
|
// settings.set_property_gtk_application_prefer_dark_theme(true);
|
||||||
|
|
||||||
App::new().run();
|
App::new().run();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user