make session multimonitor (#424)

This commit is contained in:
end-4
2024-04-26 08:43:05 +07:00
parent 29a66a6ede
commit 80581cdc3d
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import Widget from 'resource:///com/github/Aylur/ags/widget.js';
import SessionScreen from "./sessionscreen.js";
import PopupWindow from '../.widgethacks/popupwindow.js';
export default (id = '') => PopupWindow({ // On-screen keyboard
export default (id = 0) => PopupWindow({ // On-screen keyboard
name: `session${id}`,
visible: false,
keymode: 'exclusive',