You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor app name retrieval and remove single instance limit
Modified AppPaths.cs to dynamically retrieve the app's display name
using AppInfo.Current.DisplayInfo.DisplayName instead of a hardcoded
string. Removed single instance enforcement in App.xaml.cs, allowing
multiple instances of the application to run simultaneously.
Signed-off-by: Christoph Hofmann <[email protected]>
0 commit comments