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:
parent
8c1d7a868e
commit
da7417f13f
3
TODO.md
3
TODO.md
|
@ -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
|
||||
|
|
|
@ -103,7 +103,6 @@ HFlickableColumnPage {
|
|||
maximumLength: 255
|
||||
defaultText: chat.roomInfo.given_name
|
||||
enabled: chat.roomInfo.can_set_name
|
||||
Component.onCompleted: forceActiveFocus()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user