Skip to content

Commit

Permalink
změny preprocessor directives
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacBrychta committed Dec 14, 2023
1 parent a464b92 commit 133eba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public MainWindow()
textBoxSpeed.Text = GetActualSpeed();
Load += MainWindow_Load;
Icon = new Icon("../../../resources/had png.ico");
#if DoNotChangeCursor
#if !DoNotChangeCursor
_ = ConfigureSettings();
GiveAuthorCredit();
#endif
Expand All @@ -89,7 +89,7 @@ public MainWindow()
outputDeviceGameOver.Init(gameOverSound);
outputWin.Init(winSound);

#if IgnoreDisplayWarning
#if !IgnoreDisplayWarning
MessageBox.Show(
"Tento program byl vyvíjen pro 10\" 2560 px × 1600 px displej GPD Win Max 2, je možné, že se na tomto displeji nebude vše zobrazovat správnì.",
"Upozornìní",
Expand Down

0 comments on commit 133eba3

Please sign in to comment.