Skip to content

Commit

Permalink
*IsDebugMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarancek committed Jun 10, 2024
1 parent 99c4d5c commit 25e1472
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public MainWindow()
{

InitializeComponent();
if (App.IsDebug /*|| Entry.Settings.DepoyMode == DeployMode.Local*/ || Entry.Settings.DeployMode == DeployMode.Dummy)
if (App.IsDebug() /*|| Entry.Settings.DepoyMode == DeployMode.Local*/ || Entry.Settings.DeployMode == DeployMode.Dummy)
{ this.WindowStyle = WindowStyle.SingleBorderWindow; }
else
this.WindowStyle = WindowStyle.None;
Expand Down

0 comments on commit 25e1472

Please sign in to comment.