[client] settings editor fix
This commit is contained in:
@@ -66,7 +66,7 @@ import ru.m.tankz.storage.SettingsStorage;
|
||||
}
|
||||
|
||||
private function _reset():Void {
|
||||
list.data = DefaultSettings.get(controlIndex).data;
|
||||
list.data = SettingsStorage.getDefaultActionConfig(controlIndex).data;
|
||||
list.toUpdate();
|
||||
_save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user