mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-22 20:51:16 +10:00
refactor: Improvements to src-tauri
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -100,7 +100,7 @@ impl ProcessManager<'_> {
|
||||
}
|
||||
}
|
||||
|
||||
fn get_log_dir(&self, game_id: String) -> PathBuf {
|
||||
pub fn get_log_dir(&self, game_id: String) -> PathBuf {
|
||||
self.log_output_dir.join(game_id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user