made export remember where the last save location was
This commit is contained in:
@@ -131,6 +131,7 @@ pub struct UiSettings {
|
||||
pub export_height: u32,
|
||||
pub allow_export_aspect_change: bool,
|
||||
pub export_show_grid: bool,
|
||||
pub last_export_path: Option<String>,
|
||||
pub add_tool: AddTool,
|
||||
pub add_text_value: String,
|
||||
pub min_start_marker_size: usize,
|
||||
@@ -184,6 +185,7 @@ impl Default for UiSettings {
|
||||
export_height: 1080,
|
||||
allow_export_aspect_change: false,
|
||||
export_show_grid: true,
|
||||
last_export_path: None,
|
||||
add_tool: AddTool::None,
|
||||
add_text_value: "Text".to_string(),
|
||||
min_start_marker_size: 1,
|
||||
|
||||
Reference in New Issue
Block a user