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
ac66a2f49d
commit
2a1327031e
@ -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