We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c6d90 commit e3d96feCopy full SHA for e3d96fe
app.ts
@@ -26,7 +26,7 @@ if (prefs.get('caffeinateOnStartup')) {
26
}
27
28
// Build initial tray menu
29
-const initialMenu = buildBaristaMenu({
+const _initialMenu = buildBaristaMenu({
30
caffeinated: isCaffeinated(),
31
isAutoCollapse: prefs.get('isAutoCollapse'),
32
durationMinutes: prefs.get('caffeinateDurationMinutes'),
0 commit comments