mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Change executable switcher warning to regex requirement
Also change wording to align with Window Title, and fix an inconsequential error
This commit is contained in:
parent
a2543f1b85
commit
f0aa76517a
|
|
@ -1137,8 +1137,17 @@
|
|||
<layout class="QHBoxLayout" name="horizontalLayout_24">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_24">
|
||||
<property name="toolTip">
|
||||
<string>https://regexr.com</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>WARNING! Only add game exes to this list and never run more than one game that is listed here at the same time, otherwise you riskbad behaviour. You have been warned.</string>
|
||||
<string><html><head/><body><p>WARNING! Entries require valid RegEx to function, otherwise they will silently fail. You can check syntax and matches using <a href="https://regexr.com"><span style=" text-decoration: underline; color:#268bd2;">RegExr</span></a></p></body></html></string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::AutoText</enum>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1185,7 +1194,7 @@
|
|||
<item>
|
||||
<widget class="QCheckBox" name="requiresFocusCheckBox">
|
||||
<property name="text">
|
||||
<string>needs to be in focus</string>
|
||||
<string>only if window is in focus</string>
|
||||
</property>
|
||||
<property name="autoRepeatInterval">
|
||||
<number>100</number>
|
||||
|
|
@ -2456,7 +2465,7 @@
|
|||
<string notr="true">ms</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>00</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>1000000</number>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user