Skip to content

Commit 9442087

Browse files
committed
fix(preferences): Prevent from crashing when pasting into Last.fm key/secret textboxes
1 parent 31861f4 commit 9442087

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

psst-gui/src/data/config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ pub struct Authentication {
5858
pub password: String,
5959
pub access_token: String,
6060
pub result: Promise<(), (), String>,
61-
#[data(ignore)]
6261
pub lastfm_api_key_input: String,
63-
#[data(ignore)]
6462
pub lastfm_api_secret_input: String,
6563
}
6664

0 commit comments

Comments
 (0)