mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
[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
|
||||
# How long a message will be displayed in hidden mode
|
||||
delay = 5.0
|
||||
|
||||
[Browser]
|
||||
sortByColAscending = true
|
||||
maxLatency = 0
|
||||
gameMode =
|
||||
noPassword = false
|
||||
notFull = false
|
||||
sortByCol = 0
|
||||
withPlayers = false
|
|
@ -15,6 +15,16 @@
|
|||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<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>
|
||||
<widget class="QTabWidget" name="tabWidget">
|
||||
<property name="currentIndex">
|
||||
|
|
Loading…
Reference in a new issue