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(
|
reaction(
|
||||||
() => discoveredUpdateVersion.value.get(),
|
() => discoveredUpdateVersion.value.get(),
|
||||||
updateVersion => {
|
updateVersion => {
|
||||||
void updateVersion;
|
if (updateVersion) {
|
||||||
electronTray.setIconPath(trayIconPaths.updateAvailable);
|
electronTray.setIconPath(trayIconPaths.updateAvailable);
|
||||||
// if (updateVersion) {
|
} else {
|
||||||
// } else {
|
electronTray.setIconPath(trayIconPaths.normal);
|
||||||
// electronTray.setIconPath(trayIconPaths.normal);
|
}
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fireImmediately: true,
|
fireImmediately: true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user