1
0
Fork 0
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:
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, Top = monitor.Y,
Width = monitor.Width, Width = monitor.Width,
Height = monitor.Height, Height = monitor.Height,
HideTitlebar = true,
FullScreen = true,
TouchEnabled = true TouchEnabled = true
}); });
} }