Skip to content

fix: resolve #595 — Save the volume level#730

Open
chinhkrb113 wants to merge 1 commit into
jpochyla:mainfrom
chinhkrb113:improve/quality/add-volume-field-to-the-persisted-config
Open

fix: resolve #595 — Save the volume level#730
chinhkrb113 wants to merge 1 commit into
jpochyla:mainfrom
chinhkrb113:improve/quality/add-volume-field-to-the-persisted-config

Conversation

@chinhkrb113
Copy link
Copy Markdown

Summary

The application's configuration struct (which is serialized/deserialized to disk) needs a field to store the volume level so it persists across launches. This file likely contains the Config struct with serde derives that gets saved to a config file

Fixes #595

Changes

  • psst-gui/src/data/config.rs

Why

psst-gui/src/data/config.rs: The application's configuration struct (which is serialized/deserialized to disk) needs a field to store the volume level so it persists across launches. This file likely contains the Config struct with serde derives that gets saved to a config file.

Fixes jpochyla#595

Signed-off-by: ChinhLee <76194645+chinhkrb113@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Save the volume level

1 participant