Add option to fix the penumbra window.

This commit is contained in:
Ottermandias 2022-06-06 22:23:51 +02:00
parent caf19f24cb
commit c97b8e8e9a
4 changed files with 23 additions and 5 deletions

View file

@ -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 )