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:
@@ -103,7 +103,6 @@ HFlickableColumnPage {
|
||||
maximumLength: 255
|
||||
defaultText: chat.roomInfo.given_name
|
||||
enabled: chat.roomInfo.can_set_name
|
||||
Component.onCompleted: forceActiveFocus()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user