V2 Update

This commit is contained in:
2018-11-28 20:05:25 +01:00
parent 1536f70d35
commit 21d3371790
3 changed files with 6 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ class AutomaticDispose {
return string1.toLowerCase().includes(string2.toLowerCase());
}
get ADSettings() {
ADSettings() {
return (async () => {
var res = {};
await this.ADisDB.ADisSettings.each((setting) => {
@@ -455,10 +455,10 @@ class AutomaticDispose {
});
}
//
// Display Settings
//
UIUpdateSettings() {
this.ADisDB.ADisSettings.each((setting) => {
if (setting.name == "Krankentransport-Automatic") {