Auto-show What's New dialog on first launch after update
Track last_seen_version in session state. Show the What's New dialog automatically when the version changes, but not on very first run (where the welcome wizard is shown instead).
This commit is contained in:
@@ -188,6 +188,7 @@ pub struct SessionState {
|
||||
pub metadata_mode: Option<String>,
|
||||
pub watermark_enabled: Option<bool>,
|
||||
pub rename_enabled: Option<bool>,
|
||||
pub last_seen_version: Option<String>,
|
||||
}
|
||||
|
||||
pub struct SessionStore {
|
||||
|
||||
Reference in New Issue
Block a user