1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Revert debugging changes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-22 15:04:14 +03:00
parent 295f3165a0
commit bd3112adb9

View File

@ -55,7 +55,7 @@ const checkForUpdatesTrayItemInjectable = getInjectable({
enabled: computed(() => !checkingForUpdatesState.value.get() && !downloadingUpdateState.value.get()), enabled: computed(() => !checkingForUpdatesState.value.get() && !downloadingUpdateState.value.get()),
visible: computed(() => true), visible: computed(() => updatingIsEnabled),
click: pipeline( click: pipeline(
async () => { async () => {