We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b84fe4 commit 227caa1Copy full SHA for 227caa1
electron/main/preference/types.ts
@@ -7,15 +7,15 @@ export enum PreferenceKey {
7
* 1.0 = 100%
8
* 1.5 = 150%
9
*/
10
- WINDOW_ZOOM_FACTOR = 'preference.window.zoomFactor',
+ WINDOW_ZOOM_FACTOR = 'window.zoomFactor',
11
/**
12
* Whether to confirm before closing the window.
13
14
- WINDOW_CONFIRM_ON_CLOSE = 'preference.window.confirmOnClose',
+ WINDOW_CONFIRM_ON_CLOSE = 'window.confirmOnClose',
15
16
* The maximum number of lines to keep in any game stream.
17
18
- GAME_STREAM_SCROLLBACK_BUFFER_SIZE = 'preference.gameStream.scrollbackBufferSize',
+ GAME_STREAM_SCROLLBACK_BUFFER_SIZE = 'gameStream.scrollbackBufferSize',
19
}
20
21
export type PreferenceKeyToTypeMap = {
0 commit comments