mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-16 00:07:52 +08:00
Implement Options panel, some cleanups
This commit is contained in:
@ -18,7 +18,7 @@ namespace UnityExplorer.UI.Widgets.AutoComplete
|
||||
|
||||
public class AutoCompleteModal : UIPanel
|
||||
{
|
||||
public static AutoCompleteModal Instance => UIManager.AutoCompleter;
|
||||
public static AutoCompleteModal Instance => UIManager.GetPanel<AutoCompleteModal>(UIManager.Panels.AutoCompleter);
|
||||
|
||||
public override string Name => "AutoCompleter";
|
||||
public override UIManager.Panels PanelType => UIManager.Panels.AutoCompleter;
|
||||
@ -201,6 +201,6 @@ namespace UnityExplorer.UI.Widgets.AutoComplete
|
||||
// not savable
|
||||
}
|
||||
|
||||
public override string GetSaveData() => null;
|
||||
public override string GetSaveDataFromConfigManager() => null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user