mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove debug logic
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
79e822a779
commit
8e66107112
@ -20,12 +20,11 @@ const reactiveTrayMenuIconInjectable = getInjectable({
|
||||
reaction(
|
||||
() => discoveredUpdateVersion.value.get(),
|
||||
updateVersion => {
|
||||
void updateVersion;
|
||||
electronTray.setIconPath(trayIconPaths.updateAvailable);
|
||||
// if (updateVersion) {
|
||||
// } else {
|
||||
// electronTray.setIconPath(trayIconPaths.normal);
|
||||
// }
|
||||
if (updateVersion) {
|
||||
electronTray.setIconPath(trayIconPaths.updateAvailable);
|
||||
} else {
|
||||
electronTray.setIconPath(trayIconPaths.normal);
|
||||
}
|
||||
},
|
||||
{
|
||||
fireImmediately: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user