We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0729222 + 55ea80f commit e85708bCopy full SHA for e85708b
src/SiteMonitor/Views/MainWindow.axaml
@@ -11,6 +11,7 @@
11
CanResize="False"
12
WindowState="{Binding WindowState, Mode=TwoWay}"
13
ShowInTaskbar="{Binding !IsMinimized, Mode=TwoWay}"
14
+ Topmost="True"
15
WindowStartupLocation="CenterScreen"
16
x:Class="SiteMonitor.Views.MainWindow"
17
x:DataType="viewModels:MainWindowViewModel"
src/SiteMonitor/Views/NewVersionWindow.axaml
@@ -8,6 +8,7 @@
8
x:Class="SiteMonitor.Views.NewVersionWindow"
9
x:DataType="viewModels:NewVersionWindowViewModel"
10
WindowStartupLocation="CenterOwner"
SizeToContent="WidthAndHeight"
Icon="/Assets/update.png"
Title="New Version Available">
0 commit comments