minor style updates
This commit is contained in:
parent
beeb6a184d
commit
695af6fd5c
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@ class ScreenSaver
|
||||||
foreach (Screen s in Screen.AllScreens) {
|
foreach (Screen s in Screen.AllScreens) {
|
||||||
|
|
||||||
if (s.Primary) {
|
if (s.Primary) {
|
||||||
_ = new MainWindow(s.Bounds);
|
_ = new MainWindow(s.Bounds);
|
||||||
} else {
|
} else {
|
||||||
_ = new Window(s.Bounds);
|
_ = new Window(s.Bounds);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue