Skip to content

Commit 4d1f549

Browse files
committed
fix: use fast check on startup
closes #954
1 parent f6b0127 commit 4d1f549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct SquirrelApp {
119119
try? task.run()
120120
} else {
121121
NSApp.squirrelAppDelegate.setupRime()
122-
NSApp.squirrelAppDelegate.startRime(fullCheck: true)
122+
NSApp.squirrelAppDelegate.startRime(fullCheck: false)
123123
NSApp.squirrelAppDelegate.loadSettings()
124124
print("Squirrel reporting!")
125125
}

0 commit comments

Comments
 (0)