mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 12:18:35 -05:00
Enable left click to open links
This commit is contained in:
@@ -437,10 +437,11 @@ WSConnectionSettingsDialog::WSConnectionSettingsDialog(
|
||||
row, 0);
|
||||
_layout->addWidget(_reconnectDelay, row, 1);
|
||||
++row;
|
||||
_layout->addWidget(
|
||||
new QLabel(obs_module_text(
|
||||
"AdvSceneSwitcher.connection.useOBSWebsocketProtocol")),
|
||||
row, 0);
|
||||
auto label = new QLabel(obs_module_text(
|
||||
"AdvSceneSwitcher.connection.useOBSWebsocketProtocol"));
|
||||
label->setTextInteractionFlags(Qt::TextBrowserInteraction);
|
||||
label->setOpenExternalLinks(true);
|
||||
_layout->addWidget(label, row, 0);
|
||||
_layout->addWidget(_useOBSWSProtocol, row, 1);
|
||||
++row;
|
||||
_layout->addWidget(_test, row, 0);
|
||||
|
||||
Reference in New Issue
Block a user