mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-30 09:01:37 +08:00
Ui fix
This commit is contained in:
@ -604,4 +604,11 @@ class HomeUIModel extends BaseUIModel {
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
handleTitle(String? title) {
|
||||
if (title == null) return "";
|
||||
title = title.replaceAll("【", "[ ");
|
||||
title = title.replaceAll("】", " ] ");
|
||||
return title;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user