mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
AutoRaise SSLButton
This commit is contained in:
parent
74db151427
commit
dfa1dfaa7d
@ -28,6 +28,7 @@ SslButton::SslButton(QWidget *parent) :
|
||||
QToolButton(parent)
|
||||
{
|
||||
setPopupMode(QToolButton::InstantPopup);
|
||||
setAutoRaise(true);
|
||||
}
|
||||
|
||||
QString SslButton::protoToString(QSsl::SslProtocol proto)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user