mgrPref // Fixing a comment.
This commit is contained in:
parent
bb73739422
commit
89813f7844
|
@ -261,7 +261,7 @@ struct ComposingBufferSize {
|
||||||
UserDefaults.standard.set(false, forKey: kCheckUpdateAutomatically)
|
UserDefaults.standard.set(false, forKey: kCheckUpdateAutomatically)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 預設不顯示選字窗翻頁按鈕
|
// 預設顯示選字窗翻頁按鈕
|
||||||
if UserDefaults.standard.object(forKey: kShowPageButtonsInCandidateWindow) == nil {
|
if UserDefaults.standard.object(forKey: kShowPageButtonsInCandidateWindow) == nil {
|
||||||
UserDefaults.standard.set(mgrPrefs.showPageButtonsInCandidateWindow, forKey: kShowPageButtonsInCandidateWindow)
|
UserDefaults.standard.set(mgrPrefs.showPageButtonsInCandidateWindow, forKey: kShowPageButtonsInCandidateWindow)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue