Skip to content

Commit

Permalink
fix minor issue with initialize screen
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Oct 4, 2024
1 parent 2ccaad0 commit a7bec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeMachineStatus/Views/InitializeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct InitializeView: View {
.padding(.top, -26)
.frame(width: 300)
.backgroundVisualEffect(.hudWindow)
.task {
.task(id: utility.canReadPreferences) {
if utility.canReadPreferences {
try? await Task.sleep(for: .seconds(1))
dismiss()
Expand Down

0 comments on commit a7bec46

Please sign in to comment.