mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 06:09:01 +00:00
3.0.2 fixes
This commit is contained in:
@@ -29,8 +29,6 @@ struct PearcleanerApp: App {
|
||||
|
||||
var body: some Scene {
|
||||
|
||||
|
||||
|
||||
WindowGroup {
|
||||
Group {
|
||||
ZStack() {
|
||||
@@ -53,7 +51,7 @@ struct PearcleanerApp: App {
|
||||
}
|
||||
.environmentObject(appState)
|
||||
.preferredColorScheme(displayMode.colorScheme)
|
||||
.alert(isPresented: $appState.showAlert) { presentAlert(appState: appState) }
|
||||
// .alert(isPresented: $appState.showAlert) { presentAlert(appState: appState) }
|
||||
.handlesExternalEvents(preferring: Set(arrayLiteral: "pear"), allowing: Set(arrayLiteral: "*"))
|
||||
.onOpenURL(perform: { url in
|
||||
let deeplinkManager = DeeplinkManager(showPopover: $showPopover)
|
||||
@@ -101,8 +99,7 @@ struct PearcleanerApp: App {
|
||||
if instantSearch {
|
||||
loadAllPaths(allApps: sortedApps.userApps + sortedApps.systemApps, appState: appState, locations: locations)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#if !DEBUG
|
||||
Task {
|
||||
|
||||
Reference in New Issue
Block a user