Skip to content

Commit

Permalink
fix: use fast check on startup (#983)
Browse files Browse the repository at this point in the history
closes #954
  • Loading branch information
ksqsf committed Sep 15, 2024
1 parent f6b0127 commit b110a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct SquirrelApp {
try? task.run()
} else {
NSApp.squirrelAppDelegate.setupRime()
NSApp.squirrelAppDelegate.startRime(fullCheck: true)
NSApp.squirrelAppDelegate.startRime(fullCheck: false)
NSApp.squirrelAppDelegate.loadSettings()
print("Squirrel reporting!")
}
Expand Down

0 comments on commit b110a83

Please sign in to comment.