slajerek / RetroDebugger

Retro Debugger is a multiplatform debugger APIs host for retro computers: C64 (Vice), Atari800 and NES (NestopiaUE).
175 stars 20 forks source link

Docking reenabled on every app restart #25

Open gsanjin opened 10 months ago

gsanjin commented 10 months ago

I really like new customizable UI! But on every restart of RetroDebugger, docking is re-enabled, causing immediate mayhem when moving panels and destroying workspace (as that is automatically saved without question).

I found out I can disable window docking by unticking Help-ImGuiDemo-Configuration-Configuration-io.ConfigFlags:DockingEnable but that option is re-enabled on every app restart. Can this change be permanent?

image