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
@@ -20,7 +20,7 @@ struct PearcleanerApp: App {
@AppStorage("settings.general.mini") private var mini: Bool = false
@State private var search = ""
@State private var showPopover: Bool = false
var body: some Scene {
WindowGroup {