Fix to prevent fullscreen windows from only appearing in primary monitor

This commit is contained in:
GPayne
2022-03-03 16:05:20 -07:00
parent 69fb34908f
commit fb5d06d756
@@ -112,6 +112,9 @@ void FileSupport::saveWindows() {
wCtrl->monitorNum(),
wCtrl->windowSize()
);
if (tmpWindow.isFullScreen) {
tmpWindow.monitor = wCtrl->monitorNum();
}
saveWindowsWebGui(windowIndex, tmpWindow);
if (!wCtrl->windowName().empty()) {
tmpWindow.name = wCtrl->windowName();