Portalborn · published · build 25195331
Hello everyone!
A window-mode fix, from a player report.
🖥️ BORDERLESS IS NOW ACTUALLY BORDERLESS
It wasn't. It was the normal window, resized to fit inside the desktop — so you still saw the title bar, and the taskbar stayed on top of the game.
⚠️ This was the default mode, so most players have been running it.
Now it does what the name says: no window frame, covering the entire display, taskbar included. Same result as fullscreen without taking over the display, which makes it a better option on multi-monitor setups.
⚠️ ABOUT THE MISSING TITLE BAR IN WINDOWED MODE
Making borderless and fullscreen work properly with how the game is built required removing the default window bar entirely — it cannot be added and removed at runtime.
So in windowed mode there is no bar above the game any more. The game's own interface starts at the very top of the window.
Everything still works:
Resize by dragging any edge or corner.
Move by dragging the top edge of the game interface.
Maximise or restore by double-clicking that same area.
Minimise and quit as before.
⚠️ But it may not be as intuitive if you're used to the standard bar.
⭐ I'll be building a custom in-game replacement shortly — proper minimise, maximise and close buttons in the game's own style. I wanted you to have genuinely working borderless and fullscreen in the meantime rather than waiting on it.
🔧 ALSO FIXED
The Apply button in Settings read "LY" instead of "APPLY", and the instruction beneath it said "press LY." Fixed. ⚠️ English only — the Chinese was correct.
The display-mode description was being overwritten the instant the settings panel opened, so it was effectively never visible. It now stays put, alongside the line telling you which mode is active.
Thank you to Dbrn for the report, and for taking the time to run the diagnostics.
— TheHand