mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
SettingsDialog: Add debug setting hover text
Debug mode requires a restart of the websocket server by design. However, to avoid interrupting connections, the websocket server is not automatically restarted when the setting is changed
This commit is contained in:
parent
df8ef87dc5
commit
51e7fdae9e
@ -7,6 +7,7 @@ OBSWebSocket.Settings.Password="Server Password"
|
||||
OBSWebSocket.Settings.CopyPassword="Copy Password to Clipboard"
|
||||
OBSWebSocket.Settings.ServerPort="Server Port"
|
||||
OBSWebSocket.Settings.ConnectedSessionsTitle="Connected WebSocket Sessions"
|
||||
OBSWebSocket.Settings.DebugEnableHoverText="Changing this requires the WebSocket server to restart. However, changing this will not automatically restart the obs-websocket server."
|
||||
|
||||
OBSWebSocket.SessionTable.RemoteAddressColumnTitle="Remote Address"
|
||||
OBSWebSocket.SessionTable.SessionDurationColumnTitle="Session Duration"
|
||||
|
@ -64,13 +64,20 @@
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="enableDebugLoggingLabel">
|
||||
<property name="toolTip">
|
||||
<string>OBSWebSocket.Settings.DebugEnableHoverText</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>OBSWebSocket.Settings.DebugEnable</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QCheckBox" name="enableDebugLoggingCheckBox"/>
|
||||
<widget class="QCheckBox" name="enableDebugLoggingCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>OBSWebSocket.Settings.DebugEnableHoverText</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="enableAuthenticationLabel">
|
||||
|
Loading…
Reference in New Issue
Block a user