fix: open logs

This commit is contained in:
2024-03-31 15:53:56 +08:00
parent 39a2a28dd1
commit e5e16838eb
2 changed files with 4 additions and 3 deletions

View File

@ -231,6 +231,7 @@ class SettingsUIModel extends _$SettingsUIModel {
}
showLogs() async {
SystemHelper.openDir(getDPrintFile()?.absolute.path.replaceAll("/", "\\"));
SystemHelper.openDir(getDPrintFile()?.absolute.path.replaceAll("/", "\\"),
isFile: true);
}
}