mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Handle closing and opening windows
This commit is contained in:
parent
c65c1dc371
commit
cee897d59a
@ -16,5 +16,6 @@ enum MainWindowState {
|
||||
|
||||
struct UIState: StateType {
|
||||
var mainWindowState: MainWindowState = .closed
|
||||
|
||||
var databaseUpdating: Bool = false
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user