()
| 1511 | } |
| 1512 | |
| 1513 | async saveSettings() { |
| 1514 | if (this.settings.obfuscateSettingFile) { |
| 1515 | await this.saveData(normalConfigToMessy(this.settings)); |
| 1516 | } else { |
| 1517 | await this.saveData(this.settings); |
| 1518 | } |
| 1519 | } |
| 1520 | |
| 1521 | /** |
| 1522 | * After 202403 the data should be of profile based. |
no test coverage detected