mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-08-21 07:41:47 +08:00
feat: AdvancedLocalization Init
This commit is contained in:
@@ -11,6 +11,7 @@ File? _logFile;
|
||||
void dPrint(src) async {
|
||||
if (kDebugMode) {
|
||||
print(src);
|
||||
return;
|
||||
}
|
||||
await _logLock.synchronized(() async {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user