rm: linux dist logos

This commit is contained in:
lollipopkit
2023-06-05 16:50:22 +08:00
parent d2cdbe4774
commit 378baf589a
17 changed files with 119 additions and 124 deletions

View File

@@ -10,10 +10,6 @@ enum Dist {
arch,
alpine,
rocky;
String get iconPath {
return 'assets/linux/$name.png';
}
}
extension StringX on String {

View File

@@ -14,6 +14,7 @@ class VirtualKeyboard extends TerminalInputHandler with ChangeNotifier {
notifyListeners();
}
}
bool _alt = false;
bool get alt => _alt;
set alt(bool value) {