mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[General]Display in titlebar/tray if running as admin (#28425)
* display in titlebar if running as admin * show run as admin in tray tooltip
This commit is contained in:
committed by
GitHub
parent
63975600f1
commit
ebd051ff61
@@ -3,7 +3,7 @@
|
||||
#include <string>
|
||||
|
||||
// Start the Tray Icon
|
||||
void start_tray_icon();
|
||||
void start_tray_icon(bool isProcessElevated);
|
||||
// Stop the Tray Icon
|
||||
void stop_tray_icon();
|
||||
// Open the Settings Window
|
||||
|
||||
Reference in New Issue
Block a user