Fix SettingsView stealing focus from popups

Making the window narrow enough to switch to "mobile mode", then big
again would trigger a signal in SettingsView that switched focus to it,
even when it wasn't visible.
This commit is contained in:
miruka 2020-07-21 22:11:13 -04:00
parent 8c1d7a868e
commit da7417f13f
2 changed files with 1 additions and 3 deletions

View File

@ -1,10 +1,9 @@
# TODO
- Image viewer:
- fix: manual WM fullscreen > press f
- fix e in small window
- hflickable: support kinetic scrolling disabler
- don't send typing notif if no permission
- compress png in a thread
- ctrl+o: ignore mx-reply links
- verify upload cancellation

View File

@ -103,7 +103,6 @@ HFlickableColumnPage {
maximumLength: 255
defaultText: chat.roomInfo.given_name
enabled: chat.roomInfo.can_set_name
Component.onCompleted: forceActiveFocus()
}
}