From aec83c66f372e529aa8c3e5f2b3c9b40c0098f80 Mon Sep 17 00:00:00 2001 From: miruka Date: Fri, 30 Aug 2019 11:42:01 -0400 Subject: [PATCH] Fix apply button loading on profile change --- TODO.md | 3 ++- src/qml/Base/HButton.qml | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 56bcb266..0e2fcdf5 100644 --- a/TODO.md +++ b/TODO.md @@ -11,12 +11,12 @@ - When qml syntax highlighting supports ES6 string interpolation, use them - Fixes - - Missing hourglass when changing avatar and applying - Icons on KDE - Greentext for local echo - Show error if uploading avatar fails + - If account not in config anymore, discard ui state last page on startup - Don't strip user spacing in html - Do something when access token is invalid - Keyboard flicking against top/bottom edge @@ -138,6 +138,7 @@ it should be the peer's display name instead. - Animate RoomEventDelegate DayBreak apparition - Room subtitle: show things like "*Image*" instead of blank, etc + - Live-reloading accounts.json - nio - `AsyncClient.share_group_session`: send device batches concurrently diff --git a/src/qml/Base/HButton.qml b/src/qml/Base/HButton.qml index 89e056cd..8d322f73 100644 --- a/src/qml/Base/HButton.qml +++ b/src/qml/Base/HButton.qml @@ -13,8 +13,6 @@ Button { icon.color: theme.icons.colorize enabled: ! loading - onVisibleChanged: if (! visible) loading = false - readonly property alias iconItem: contentItem.icon readonly property alias label: contentItem.label