Skip to content

Commit

Permalink
Рефакторинг
Browse files Browse the repository at this point in the history
  • Loading branch information
y.fomenkov committed Jun 19, 2022
1 parent c28161a commit f15cd13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/WPF/ITTV.WPF/Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ private void UpdateConfiguration(Settings settings)
if (settings.IsAdminMode)
{
Cursor = Cursors.Arrow;
Topmost = false;

return;
}

Cursor = Cursors.None;
Topmost = true;
}
}
}

0 comments on commit f15cd13

Please # to comment.