mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: docker rm container -f & font setting item
This commit is contained in:
@@ -24,7 +24,7 @@ Future<String?> getToken() async {
|
||||
}
|
||||
|
||||
String? getFileName(String? path) {
|
||||
if (path == null) {
|
||||
if (path == null || path.isEmpty) {
|
||||
return null;
|
||||
}
|
||||
return path.split('/').last;
|
||||
|
||||
Reference in New Issue
Block a user