mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 14:25:40 +00:00
Swap icons of PerformanceOverlay and PowerControl
This commit is contained in:
parent
c223a11d57
commit
e4914dbffb
15 changed files with 28 additions and 26 deletions
|
|
@ -78,7 +78,7 @@ namespace PowerControl
|
|||
exitItem.Click += ExitItem_Click;
|
||||
|
||||
notifyIcon = new System.Windows.Forms.NotifyIcon(components);
|
||||
notifyIcon.Icon = Resources.poll;
|
||||
notifyIcon.Icon = Resources.traffic_light_outline;
|
||||
notifyIcon.Text = TitleWithVersion;
|
||||
notifyIcon.Visible = true;
|
||||
notifyIcon.ContextMenuStrip = contextMenu;
|
||||
|
|
@ -194,12 +194,12 @@ namespace PowerControl
|
|||
try
|
||||
{
|
||||
notifyIcon.Text = TitleWithVersion + ". RTSS Version: " + OSD.Version;
|
||||
notifyIcon.Icon = Resources.poll;
|
||||
notifyIcon.Icon = Resources.traffic_light_outline;
|
||||
}
|
||||
catch
|
||||
{
|
||||
notifyIcon.Text = TitleWithVersion + ". RTSS Not Available.";
|
||||
notifyIcon.Icon = Resources.poll_red;
|
||||
notifyIcon.Icon = Resources.traffic_light_outline_red;
|
||||
}
|
||||
|
||||
updateOSD();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue