1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 06:00:45 +00:00

Add display refocus

This commit is contained in:
hawkeye 2023-07-23 15:38:25 -04:00
parent 0a5cb1bc7a
commit 1e77b6c324

View file

@ -226,8 +226,6 @@ namespace MSFSPopoutPanelManager.MainApp.ViewModel
Top = monitor.Y,
Width = monitor.Width,
Height = monitor.Height,
HideTitlebar = true,
FullScreen = true,
TouchEnabled = true
});
}