Skip to content

Commit

Permalink
[GUI] don't serialize current filter box contents into app config; it…
Browse files Browse the repository at this point in the history
…'s confusing for this to persist across app runs
  • Loading branch information
jsgroth committed Jan 5, 2024
1 parent 34d1091 commit 08c64a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/jgenesis-gui/src/app.rs
Expand Up @@ -41,6 +41,7 @@ struct ListFilters {
sega_cd: bool,
nes: bool,
snes: bool,
#[serde(skip)]
title_match: String,
}

Expand Down

0 comments on commit 08c64a1

Please sign in to comment.