mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
fix: open logs
This commit is contained in:
@@ -231,6 +231,7 @@ class SettingsUIModel extends _$SettingsUIModel {
|
||||
}
|
||||
|
||||
showLogs() async {
|
||||
SystemHelper.openDir(getDPrintFile()?.absolute.path.replaceAll("/", "\\"));
|
||||
SystemHelper.openDir(getDPrintFile()?.absolute.path.replaceAll("/", "\\"),
|
||||
isFile: true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user