forked from mirror/openmw-tes3mp
[Browser] Add disclaimer to the main window
Add forgotten default Browser section in the client config
This commit is contained in:
parent
3f7e163c92
commit
7180b009bd
2 changed files with 19 additions and 0 deletions
|
@ -22,3 +22,12 @@ w = 390
|
||||||
h = 250
|
h = 250
|
||||||
# How long a message will be displayed in hidden mode
|
# How long a message will be displayed in hidden mode
|
||||||
delay = 5.0
|
delay = 5.0
|
||||||
|
|
||||||
|
[Browser]
|
||||||
|
sortByColAscending = true
|
||||||
|
maxLatency = 0
|
||||||
|
gameMode =
|
||||||
|
noPassword = false
|
||||||
|
notFull = false
|
||||||
|
sortByCol = 0
|
||||||
|
withPlayers = false
|
|
@ -15,6 +15,16 @@
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralwidget">
|
<widget class="QWidget" name="centralwidget">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_20">
|
||||||
|
<property name="text">
|
||||||
|
<string>TES3MP developers doesn't responsible for the behavior of players and/or server owners.</string>
|
||||||
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignCenter</set>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QTabWidget" name="tabWidget">
|
<widget class="QTabWidget" name="tabWidget">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
|
|
Loading…
Reference in a new issue