win_discord: configurability

This commit is contained in:
David Hrdlička
2019-12-04 21:55:35 +01:00
parent a77a7a15db
commit 539ef0044a
10 changed files with 89 additions and 20 deletions

View File

@@ -120,6 +120,10 @@ BEGIN
BEGIN
MENUITEM "&Settings...", IDM_CONFIG
MENUITEM "&Update status bar icons", IDM_UPDATE_ICONS
# ifdef USE_DISCORD
MENUITEM SEPARATOR
MENUITEM "Enable &Discord integration", IDM_DISCORD
# endif
MENUITEM SEPARATOR
MENUITEM "Take s&creenshot\tCtrl+F11", IDM_ACTION_SCREENSHOT
END