We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1360a2 commit e7834c6Copy full SHA for e7834c6
1 file changed
Tool/Sources/Preferences/Keys.swift
@@ -217,6 +217,10 @@ public extension UserDefaultPreferenceKeys {
217
var realtimeSuggestionToggle: PreferenceKey<Bool> {
218
.init(defaultValue: true, key: "RealtimeSuggestionToggle")
219
}
220
+
221
+ var suggestionDisplayCompactMode: PreferenceKey<Bool> {
222
+ .init(defaultValue: false, key: "SuggestionDisplayCompactMode")
223
+ }
224
225
var suggestionCodeFontSize: PreferenceKey<Double> {
226
.init(defaultValue: 13, key: "SuggestionCodeFontSize")
0 commit comments