fix: cli autolock inhibit

This commit is contained in:
Anna Antonenko
2024-09-16 16:27:24 +03:00
parent a5b3d71e59
commit 15b271bd92
6 changed files with 83 additions and 22 deletions

View File

@@ -57,4 +57,6 @@ typedef enum {
DesktopGlobalApiUnlock,
DesktopGlobalSaveSettings,
DesktopGlobalReloadSettings,
DesktopGlobalAddExternalInhibitor,
DesktopGlobalRemoveExternalInhibitor,
} DesktopEvent;