mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-21 21:30:12 +00:00
Add display refocus
This commit is contained in:
parent
0a5cb1bc7a
commit
1e77b6c324
1 changed files with 0 additions and 2 deletions
|
@ -226,8 +226,6 @@ namespace MSFSPopoutPanelManager.MainApp.ViewModel
|
||||||
Top = monitor.Y,
|
Top = monitor.Y,
|
||||||
Width = monitor.Width,
|
Width = monitor.Width,
|
||||||
Height = monitor.Height,
|
Height = monitor.Height,
|
||||||
HideTitlebar = true,
|
|
||||||
FullScreen = true,
|
|
||||||
TouchEnabled = true
|
TouchEnabled = true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue