fix(hooks): defer HooksService.init to delayedInitTimer for startup hook reliability

This commit is contained in:
Lemmy
2026-03-09 23:00:12 -04:00
parent 4a198b5464
commit 93deeda589
+1 -1
View File
@@ -107,7 +107,6 @@ ShellRoot {
Qt.callLater(function () {
LocationService.init();
NightLightService.apply();
HooksService.init();
BluetoothService.init();
IdleInhibitorService.init();
IdleService.init();
@@ -179,6 +178,7 @@ ShellRoot {
running: false
interval: 1500
onTriggered: {
HooksService.init();
FontService.init();
UpdateService.init();
showWizardOrChangelog();