diff options
author | hwspeedy <ns@bigbear.dk> | 2024-04-24 01:16:57 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-04-24 01:16:57 +0200 |
commit | 791912482ff618cd6ca08224db01b243d7186215 (patch) | |
tree | 58c71400b28400b8d5f7149b1516f76e33da314b /includes/uidefs.h | |
parent | abf8fabf4df677a1fbf58e4955d1cc08eace48d2 (diff) |
FIX Added theme background - copyright crstrbrt - mentioned but not needed.
Diffstat (limited to 'includes/uidefs.h')
-rw-r--r-- | includes/uidefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/uidefs.h b/includes/uidefs.h index c3042492..41adedb8 100644 --- a/includes/uidefs.h +++ b/includes/uidefs.h @@ -15,7 +15,8 @@ "<separator/>" \ "<menuitem name=\"SyncManager\" action=\"SyncManagerAction\" " \ "always-show-image=\"true\"/>" \ - "<menuitem name=\"SyncOnStartup\" action=\"SyncOnStartupAction\"/>" + "<menuitem name=\"SyncOnStartup\" action=\"SyncOnStartupAction\"/>" \ + "<menuitem name=\"DisableTheme\" action=\"DisableThemeAction\"/>" #define SYNC_MANAGER_TOOL_ITEMS \ "<toolitem name=\"SyncManager\" action=\"SyncManagerAction\"/>" |