mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
rm: linux dist logos
This commit is contained in:
@@ -10,10 +10,6 @@ enum Dist {
|
||||
arch,
|
||||
alpine,
|
||||
rocky;
|
||||
|
||||
String get iconPath {
|
||||
return 'assets/linux/$name.png';
|
||||
}
|
||||
}
|
||||
|
||||
extension StringX on String {
|
||||
|
||||
@@ -14,6 +14,7 @@ class VirtualKeyboard extends TerminalInputHandler with ChangeNotifier {
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
|
||||
bool _alt = false;
|
||||
bool get alt => _alt;
|
||||
set alt(bool value) {
|
||||
|
||||
Reference in New Issue
Block a user