Move the logout button

This commit is contained in:
Jackson Harper
2023-06-02 11:42:36 +08:00
parent 6bfa70b680
commit 51608cb21d
2 changed files with 3 additions and 3 deletions

View File

@ -1388,7 +1388,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 90;
CURRENT_PROJECT_VERSION = 91;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = QJF2XZ86HB;
@ -1423,7 +1423,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 90;
CURRENT_PROJECT_VERSION = 91;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = QJF2XZ86HB;

View File

@ -142,7 +142,7 @@ import Views
}
})
}
CommandGroup(after: .appTermination) {
CommandGroup(before: .appTermination) {
Button("Logout", action: {
NSNotification.logout()
})