Skip to content

Commit 6b55512

Browse files
committed
Push un-pushed fix for ToastCOM
1 parent 6ddbd37 commit 6b55512

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Loading

CollapseLauncher/Classes/Helper/WindowUtility.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ internal static NotificationService? CurrentToastNotificationService
343343
Guid existingAumidGuidFromShell = TrayIcon.Current.CollapseTaskbar.Id;
344344

345345
// Use custom defined path for the Toast icon
346-
string iconPath = Path.Combine(LauncherConfig.AppAssetsFolder, "CollapseLauncherLogo.png");
346+
string iconPath = Path.Combine(LauncherConfig.AppAssetsFolder, "CollapseLauncherLogoSmall.png");
347347

348348
// Initialize Toast Notification service
349349
CurrentAumidInGuid = field.Initialize(appAumidFromShortcut ?? MainEntryPoint.AppAumid,

0 commit comments

Comments
 (0)