mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
* Added option to toggle the system tray icon At the moment, this hides the icon making the settings window inaccessible without first modifying the general `settings.json` file. * Use IPC messages to manage the tray icon settings * Fix launching second window binds to active settings process * Added context menu option to hide tray icon * Added Exit PT button to settings ui NavigationView.PaneFooter * Moved DllImports to NativeMethods.cs * Sentence case titles * Fix whitespace * Re-add exit icon to NavView * Re-added toggle switch to new UI * Fix build * Fix build after merge main * Fix the string to display * add shut down buttons * finish polish * fix string * Styling tweaks to titlebar and settingscards * fix comment * fix unit test * fix ut --------- Co-authored-by: Jaime Bernardo <jaime@janeasystems.com> Co-authored-by: vanzue <vanzue@outlook.com> Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com> Co-authored-by: Niels Laute <niels.laute@live.nl>
25 lines
639 B
C
25 lines
639 B
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by runner.rc
|
|
|
|
//////////////////////////////
|
|
// Non-localizable
|
|
|
|
#define FILE_DESCRIPTION "PowerToys.Runner"
|
|
#define INTERNAL_NAME "PowerToys"
|
|
#define ORIGINAL_FILENAME "PowerToys.exe"
|
|
|
|
// Non-localizable
|
|
//////////////////////////////
|
|
|
|
#define APPICON 101
|
|
#define ID_TRAY_MENU 102
|
|
|
|
#define ID_EXIT_MENU_COMMAND 40001
|
|
#define ID_SETTINGS_MENU_COMMAND 40002
|
|
#define ID_ABOUT_MENU_COMMAND 40003
|
|
#define ID_REPORT_BUG_COMMAND 40004
|
|
#define ID_DOCUMENTATION_MENU_COMMAND 40005
|
|
#define ID_QUICK_ACCESS_MENU_COMMAND 40006
|
|
#define ID_SHOW_TRAY_ICON_MENU_COMMAND 40007
|