mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Make symlinks optional on itch import (#178)
This commit is contained in:
@@ -199,7 +199,12 @@ self.settings.heroic.default_launch_through_heroic{
|
|||||||
if ui.text_edit_singleline(itch_location).changed() {
|
if ui.text_edit_singleline(itch_location).changed() {
|
||||||
self.settings.itch.location = Some(itch_location.to_string());
|
self.settings.itch.location = Some(itch_location.to_string());
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
#[cfg(target_family = "unix")]
|
||||||
|
{
|
||||||
|
ui.checkbox(&mut self.settings.itch.create_symlinks, "Create symlinks");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
ui.add_space(SECTION_SPACING);
|
ui.add_space(SECTION_SPACING);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user