diff --git a/IceCubesApp/App/IceCubesApp.swift b/IceCubesApp/App/IceCubesApp.swift index 70729c8a..df6c5490 100644 --- a/IceCubesApp/App/IceCubesApp.swift +++ b/IceCubesApp/App/IceCubesApp.swift @@ -41,7 +41,7 @@ struct IceCubesApp: App { .environmentObject(currentInstance) .environmentObject(theme) .environmentObject(watcher) - //.quickLookPreview($quickLook.url, in: quickLook.urls) + .quickLookPreview($quickLook.url, in: quickLook.urls) } .onChange(of: scenePhase, perform: { scenePhase in handleScenePhase(scenePhase: scenePhase)