mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix code style
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
4edc8e6cc9
commit
27fbaa1a0c
@ -84,5 +84,4 @@ describe("downgrading version update", () => {
|
|||||||
expect(checkForPlatformUpdatesMock).toHaveBeenCalledWith(expect.any(Object), { allowDowngrade: downgradeIsAllowed });
|
expect(checkForPlatformUpdatesMock).toHaveBeenCalledWith(expect.any(Object), { allowDowngrade: downgradeIsAllowed });
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@ -20,7 +20,6 @@ const quitAppTrayItemInjectable = getInjectable({
|
|||||||
label: computed(() => "Quit App"),
|
label: computed(() => "Quit App"),
|
||||||
enabled: computed(() => true),
|
enabled: computed(() => true),
|
||||||
visible: computed(() => true),
|
visible: computed(() => true),
|
||||||
separated: true,
|
|
||||||
|
|
||||||
click: () => {
|
click: () => {
|
||||||
stopServicesAndExitApp();
|
stopServicesAndExitApp();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user