Files

10 lines
183 B
C#
Raw Permalink Normal View History

2026-05-12 16:46:49 +08:00
namespace LanMountainDesktop.Shared.Contracts.Launcher;
public enum MultiInstanceLaunchBehavior
{
RestartApp,
OpenDesktopSilently,
PromptOnly,
NotifyAndOpenDesktop
}