libcosmic-yoda/src/app
Ian Douglas Scott 1887d8ef6a Add a should_exit method to Application trait
A Cosmic application has no way to call `Cosmic<T>::close` to set the
`should_exit` flag there, as far as I'm aware.

So it makes sense to add a `should_exit` method here.
2023-11-15 16:41:51 -07:00
..
command.rs fix(app): restore distinction between app theme changes, and system theme changes 2023-09-14 01:38:56 +02:00
core.rs fix: increment a counter when there is a system theme mode change, or the theme is set to system 2023-10-26 14:27:32 -04:00
cosmic.rs Add a should_exit method to Application trait 2023-11-15 16:41:51 -07:00
mod.rs Add a should_exit method to Application trait 2023-11-15 16:41:51 -07:00
settings.rs chore: add exit_on_close to settings 2023-10-11 22:00:22 +02:00