From 944208743e63059e3ee621ee5cb3cfd92be64874 Mon Sep 17 00:00:00 2001 From: Pogodaanton <8974778+Pogodaanton@users.noreply.github.com> Date: Sun, 15 Jun 2025 00:02:30 +0200 Subject: [PATCH] fix(preferences): Prevent from crashing when pasting into Last.fm key/secret textboxes --- psst-gui/src/data/config.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/psst-gui/src/data/config.rs b/psst-gui/src/data/config.rs index b97befca..1089ec21 100644 --- a/psst-gui/src/data/config.rs +++ b/psst-gui/src/data/config.rs @@ -58,9 +58,7 @@ pub struct Authentication { pub password: String, pub access_token: String, pub result: Promise<(), (), String>, - #[data(ignore)] pub lastfm_api_key_input: String, - #[data(ignore)] pub lastfm_api_secret_input: String, }