🚧 Use of the use_long_press to open a future room configuration menu

This commit is contained in:
2024-06-22 20:55:19 +02:00
parent e55992aed5
commit f0463213cf
2 changed files with 45 additions and 25 deletions

View File

@@ -619,7 +619,6 @@ pub fn Login() -> Element {
});
if *spinner_animated.read() && SESSION.read().is_logged {
debug!("Stop spinner");
spinner_animated.set(false);
}