mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 09:38:51 +00:00
v2.1
This commit is contained in:
@@ -97,10 +97,11 @@ struct GeneralSettingsTab: View {
|
||||
})
|
||||
.toggleStyle(.switch)
|
||||
.onChange(of: mini) { newVal in
|
||||
resizeWindow(width: 300, height: 300)
|
||||
if mini {
|
||||
resizeWindow(width: 300, height: 300)
|
||||
appState.currentView = .empty
|
||||
} else {
|
||||
resizeWindow(width: 700, height: 500)
|
||||
if appState.appInfo.appName.isEmpty {
|
||||
appState.currentView = .empty
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user