1
1
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:
Daniel Barber 2019-05-02 22:32:20 -04:00
parent ac66a2f49d
commit 2a1327031e
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -16,5 +16,6 @@ enum MainWindowState {
struct UIState: StateType {
var mainWindowState: MainWindowState = .closed
var databaseUpdating: Bool = false
}