1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
Gabriel 2023-03-21 13:33:49 +01:00
parent b892c4fac8
commit 5f27d3668e

View File

@ -15,7 +15,7 @@ const checkForUpdatesMenuItemInjectable = getInjectable({
id: "check-for-updates-menu-item", id: "check-for-updates-menu-item",
instantiate: (di) => { instantiate: (di) => {
const processCheckingForUpdates = di.inject(processCheckingForUpdatesInjectable,); const processCheckingForUpdates = di.inject(processCheckingForUpdatesInjectable);
const showApplicationWindow = di.inject(showApplicationWindowInjectable); const showApplicationWindow = di.inject(showApplicationWindowInjectable);
const updatingIsEnabled = di.inject(updatingIsEnabledInjectable); const updatingIsEnabled = di.inject(updatingIsEnabledInjectable);
const isMac = di.inject(isMacInjectable); const isMac = di.inject(isMacInjectable);