Revert "Add monochrome tray icon"

This commit is contained in:
Florian Duros
2024-10-16 17:21:49 +02:00
committed by GitHub
parent 78b00471ff
commit 3be6d48279
6 changed files with 7 additions and 35 deletions
+2 -3
View File
@@ -20,8 +20,8 @@ declare global {
var launcher: AutoLaunch;
var vectorConfig: Record<string, any>;
var trayConfig: {
color_icon_path: string; // eslint-disable-line camelcase
monochrome_icon_path: string; // eslint-disable-line camelcase
// eslint-disable-next-line camelcase
icon_path: string;
brand: string;
};
var store: Store<{
@@ -31,7 +31,6 @@ declare global {
autoHideMenuBar?: boolean;
locale?: string | string[];
disableHardwareAcceleration?: boolean;
monochromeIcon?: boolean;
}>;
}
/* eslint-enable no-var */