Lock, not fix the main window

This commit is contained in:
Ottermandias 2022-06-29 15:29:23 +02:00
parent 9ae843731d
commit 71a7520e58

View file

@ -39,7 +39,7 @@ public partial class ConfigWindow
DrawEnabledBox(); DrawEnabledBox();
DrawShowAdvancedBox(); DrawShowAdvancedBox();
Checkbox( "Fix Main Window", "Prevent the main window from being resized or moved.", Penumbra.Config.FixMainWindow, v => Checkbox( "Lock Main Window", "Prevent the main window from being resized or moved.", Penumbra.Config.FixMainWindow, v =>
{ {
Penumbra.Config.FixMainWindow = v; Penumbra.Config.FixMainWindow = v;
_window.Flags = v _window.Flags = v