mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add option to fix the penumbra window.
This commit is contained in:
parent
caf19f24cb
commit
c97b8e8e9a
4 changed files with 23 additions and 5 deletions
|
|
@ -360,6 +360,12 @@ public class Penumbra : IDisposable
|
|||
: modsDisabled );
|
||||
break;
|
||||
}
|
||||
case "unfix":
|
||||
{
|
||||
Config.FixMainWindow = false;
|
||||
_configWindow.Flags &= ~( ImGuiWindowFlags.NoMove | ImGuiWindowFlags.NoResize );
|
||||
break;
|
||||
}
|
||||
case "collection":
|
||||
{
|
||||
if( args.Length == 2 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue