mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 10:14:45 +08:00
feat:riverpod 迁移 SettingsUIModel
This commit is contained in:
@ -20,3 +20,7 @@ void dPrint(src) async {
|
||||
void setDPrintFile(File file) {
|
||||
_logFile = file;
|
||||
}
|
||||
|
||||
File? getDPrintFile() {
|
||||
return _logFile;
|
||||
}
|
||||
|
Reference in New Issue
Block a user