mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Lock, not fix the main window
This commit is contained in:
parent
9ae843731d
commit
71a7520e58
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public partial class ConfigWindow
|
|||
|
||||
DrawEnabledBox();
|
||||
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;
|
||||
_window.Flags = v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue