mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: custom diskIgnorePath
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import '../../../core/extension/stringx.dart';
|
||||
import '../../res/misc.dart';
|
||||
|
||||
///
|
||||
/// Code generated by jsonToDartModel https://ashamp.github.io/jsonToDartModel/
|
||||
///
|
||||
class ConnStatus {
|
||||
/*
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ enum Dist {
|
||||
alpine,
|
||||
rocky;
|
||||
|
||||
String? get iconPath {
|
||||
String get iconPath {
|
||||
return 'assets/linux/$name.png';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user