Skip to content

Commit cee52ee

Browse files
author
Matthias Rütten
committed
remove the showOpenMergeRequestsInTrayIcon config
1 parent a91e9d2 commit cee52ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/share/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export interface GeneralConfig {
2121
trayIconForDarkMode: 'system' | 'darkMode' | 'lightMode'
2222
startOnLogin: boolean
2323
openShortcut: string
24-
showOpenMergeRequestsInTrayIcon: boolean
2524
}
2625

2726
export const DEFAULT_CONFIG: Config = {
@@ -32,6 +31,5 @@ export const DEFAULT_CONFIG: Config = {
3231
darkMode: false,
3332
startOnLogin: true,
3433
openShortcut: 'CmdOrCtrl+Shift+m',
35-
showOpenMergeRequestsInTrayIcon: true,
3634
},
3735
}

0 commit comments

Comments
 (0)