load both available styles (of course, fgfs shouldn't keep dozens of
styles in memory, but two or three are probably a good idea; one for bright environments, one for dark, and one for ... whatever)
This commit is contained in:
parent
79ba75f01b
commit
c5ad1399fa
1 changed files with 3 additions and 1 deletions
|
@ -281,7 +281,9 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<default include="gui/menubar.xml"/>
|
||||
</menubar>
|
||||
|
||||
<gui include="gui/style.xml"/>
|
||||
<current-gui type="int">0</current-gui>
|
||||
<gui n="0" include="gui/styles/default.xml"/>
|
||||
<gui n="1" include="gui/styles/anthrax.xml"/>
|
||||
|
||||
<mouse>
|
||||
<hide-cursor>true</hide-cursor>
|
||||
|
|
Loading…
Reference in a new issue