Add proper category for account interface
This commit is contained in:
parent
0fbf0d9ea0
commit
a1474c2ffe
@ -177,6 +177,9 @@ QString ThingClass::baseInterface() const
|
||||
if (interface == "barcodescanner") {
|
||||
return "barcodescanner";
|
||||
}
|
||||
if (interface == "account") {
|
||||
return "account";
|
||||
}
|
||||
}
|
||||
return "uncategorized";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user