1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 09:12:08 -04:00

launcher v2: remove calc cc: enhancements for plugins to size details

This commit is contained in:
bbedward
2026-02-18 14:47:51 -05:00
parent 7c3e6c1f02
commit 0286a1b80b
7 changed files with 29 additions and 84 deletions

View File

@@ -178,8 +178,6 @@ Rectangle {
if (!root.item)
return "";
switch (root.item.type) {
case "calculator":
return I18n.tr("Calc");
case "plugin":
return I18n.tr("Plugin");
case "file":