Skip to content

Commit

Permalink
Update MainWindow.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFeline committed Oct 5, 2024
1 parent eadfc5c commit 98edabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private void mainWindow_Loaded(object sender, EventArgs e) {
SetBackupButton(Settings.Get.DiscordWebhookEnabled && !string.IsNullOrWhiteSpace(Settings.Get.DiscordWebhookURL));
TooltipUtil.Set(linkSupport, "Buy Me A Coffee ♥");

#if DEBUGG
#if PARAMETER_EMULATOR
if (Program.ContainsArg("--emulator") || Program.ContainsArg("--emu") || Program.ContainsArg("-e"))
EmulatorWindow.Open(this);
#endif
Expand Down

0 comments on commit 98edabf

Please sign in to comment.