1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 03:33:29 +08:00

UXAssist: tweak autonav a bit

This commit is contained in:
2025-05-04 16:11:06 +08:00
parent 586ce9a427
commit ac2cc258ee
5 changed files with 8 additions and 8 deletions

View File

@@ -59,7 +59,8 @@ public class MyCornerComboBox : MonoBehaviour
protected void OnDestroy()
{
_config.SettingChanged -= _configChanged;
if (_config != null && _configChanged != null)
_config.SettingChanged -= _configChanged;
}
public void SetFontSize(int size)