This commit is contained in:
lollipopkit
2023-01-29 17:51:23 +08:00
parent 7c0e01d0d5
commit 7e8600ab6d
8 changed files with 1553 additions and 1546 deletions

View File

@@ -28,7 +28,7 @@ String getDropdownBtnText(S s, String text) {
case 'Snippet':
return s.snippet;
case 'Pkg':
return s.pkgManage;
return s.pkg;
case 'Remove':
return s.delete;
case 'Start':