Add window persistence, clickable step indicator, file list improvements
This commit is contained in:
@@ -172,6 +172,9 @@ pub struct SessionState {
|
||||
pub last_output_dir: Option<String>,
|
||||
pub last_preset_name: Option<String>,
|
||||
pub current_step: u32,
|
||||
pub window_width: Option<i32>,
|
||||
pub window_height: Option<i32>,
|
||||
pub window_maximized: bool,
|
||||
}
|
||||
|
||||
pub struct SessionStore {
|
||||
|
||||
Reference in New Issue
Block a user