make floating window true by default
This commit is contained in:
parent
4415673f31
commit
c22e5e550e
|
@ -7,6 +7,7 @@ namespace BizHawk.Client.Common
|
|||
public ToolDialogSettings()
|
||||
{
|
||||
SaveWindowPosition = true;
|
||||
FloatingWindow = true;
|
||||
}
|
||||
|
||||
public int? Wndx { get; set; }
|
||||
|
|
Loading…
Reference in New Issue