mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-08-21 14:31:21 +08:00
[🛠️ Fix] Settings renderer 'auraDisable' bug
This commit is contained in:
@@ -246,7 +246,14 @@ if (!global.__HUGO_AURA_UI_REACTIVES__.subConfig)
|
||||
{ target: "uninstSvc" }
|
||||
);
|
||||
if (ret.success) {
|
||||
lifecycleStatus.svcRunning = false;
|
||||
lifecycleStatus.svcInstalled = false;
|
||||
global.__HUGO_AURA__.aikariStats.connected = false;
|
||||
global.__HUGO_AURA__.aikariStats.launched = false;
|
||||
ipcRenderer.invoke(
|
||||
`${IPC_METHOD_BASE}.updateAikariStatus`,
|
||||
global.__HUGO_AURA__.aikariStats
|
||||
);
|
||||
global.__HUGO_AURA_UI_FUNCTIONS__.subConfig.aikariStatus.updateToast(
|
||||
"success",
|
||||
"服务卸载成功",
|
||||
|
||||
@@ -89,6 +89,7 @@ const deviceInfoPostSettings = [
|
||||
value:
|
||||
!global.__HUGO_AURA__.aikariRules.ssaFeatures.securityPolicies
|
||||
.freezeManagement.freezeDiskInfoPost.enabled,
|
||||
tooltip: "启用冰冻状态篡改以继续",
|
||||
};
|
||||
},
|
||||
defaultValue: [],
|
||||
@@ -228,6 +229,7 @@ const deviceInfoPostSettings = [
|
||||
value:
|
||||
!global.__HUGO_AURA__.aikariRules.deviceInfo.software
|
||||
.softwareReportPost.enabled,
|
||||
tooltip: "启用软件信息上报覆写以继续",
|
||||
};
|
||||
},
|
||||
defaultValue: true,
|
||||
|
||||
Reference in New Issue
Block a user