This commit is contained in:
Alin
2023-12-15 15:12:17 -07:00
parent 3422e7750c
commit abd36709f2
14 changed files with 64 additions and 54 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ struct GeneralSettingsTab: View {
.onChange(of: mini) { newVal in
resizeWindow(width: 300, height: 300)
if mini {
appState.currentView = .apps
appState.currentView = .empty
} else {
if appState.appInfo.appName.isEmpty {
appState.currentView = .empty