mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 03:12:40 +08:00
Fix logic after changes in UniverseLib
This commit is contained in:
@ -71,6 +71,17 @@ namespace UnityExplorer.UI.Panels
|
|||||||
|
|
||||||
// Save Data
|
// Save Data
|
||||||
|
|
||||||
|
bool setDefault = false;
|
||||||
|
|
||||||
|
public override void SetDefaultSizeAndPosition()
|
||||||
|
{
|
||||||
|
if (setDefault)
|
||||||
|
return;
|
||||||
|
setDefault = true;
|
||||||
|
|
||||||
|
base.SetDefaultSizeAndPosition();
|
||||||
|
}
|
||||||
|
|
||||||
public bool ApplyingSaveData { get; set; }
|
public bool ApplyingSaveData { get; set; }
|
||||||
|
|
||||||
public void SaveInternalData()
|
public void SaveInternalData()
|
||||||
|
Reference in New Issue
Block a user