Add proper category for account interface

pull/612/head
Michael Zanetti 2021-07-02 18:08:30 +02:00
parent 0fbf0d9ea0
commit a1474c2ffe
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ QString ThingClass::baseInterface() const
if (interface == "barcodescanner") {
return "barcodescanner";
}
if (interface == "account") {
return "account";
}
}
return "uncategorized";
}