1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-02 10:32:07 -04:00

fix cherry pick issues

This commit is contained in:
bbedward
2026-04-28 10:01:09 -04:00
parent bcf41ed5ca
commit 1919ca7243
2 changed files with 56 additions and 0 deletions

View File

@@ -115,4 +115,8 @@ Singleton {
return translations[context][term];
return term;
}
function locale() {
return Qt.locale();
}
}