mirror of
https://github.com/JuniorDark/RustyHearts-Launcher.git
synced 2026-05-07 05:21:44 -04:00
Version 1.2.0
This commit is contained in:
parent
9b3a0e00a2
commit
e74d93fab9
83 changed files with 110087 additions and 47507 deletions
|
|
@ -7,11 +7,13 @@ However, it requires further development to improve functionality and
|
|||
ensure stability. Please check the GitHub repository for updates.
|
||||
*/
|
||||
|
||||
using RHLauncher.RHLauncher.i8n;
|
||||
|
||||
namespace RHLauncher
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
private static readonly Mutex mutex = new(false, "Launcher");
|
||||
private static readonly Mutex mutex = new(false, "RHLauncher");
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
|
|
@ -29,7 +31,7 @@ namespace RHLauncher
|
|||
}
|
||||
else
|
||||
{
|
||||
MessageBox.Show("Only one instance of the launcher can run at a time.");
|
||||
MessageBox.Show(LocalizedStrings.LauncherAlreadyRunning, LocalizedStrings.Error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue