tomasklaen / uosc

Feature-rich minimalist proximity-based UI for MPV player.
GNU Lesser General Public License v2.1
1.68k stars 66 forks source link

Maximized windows should come under 'windowed' modes, not 'fullscreen' #946

Closed usama8800 closed 2 weeks ago

usama8800 commented 1 month ago

Config options like progress=windowed and timeline_persistency=windowed only work when the window is not maximized. But they work in maximized windows if set to fullscreen

tomasklaen commented 1 month ago

Yes, we merge maximized and fullscreen states into one, since in practice there's not much difference between the two, and it simplifies configuration and code.

hooke007 commented 3 weeks ago

Ref the previous issues https://github.com/tomasklaen/uosc/issues/811