Posts: 548
Joined: Nov 2010
Reputation:
0
2014-07-06, 12:18
(This post was last modified: 2014-07-08, 12:55 by Kib.)
How can i appear (enable), the SETTINGS , in the Main Menu?
Thanks
Posts: 378
Joined: Jan 2011
Reputation:
27
Did you hide it? It appears by default.
Posts: 548
Joined: Nov 2010
Reputation:
0
Yes , and when i press (S), it gives other options , and not the usuals , i.e Appearance-Video-Audio etc
Probably there is solution, but i do not know, how
Tks for your reply
Posts: 548
Joined: Nov 2010
Reputation:
0
And finally that was the solution
find the line containing
Code:
<setting type="bool" name="skin.neon.HomeMenuNoSettingsButton">true</setting>
and change to
Code:
<setting type="bool" name="skin.neon.HomeMenuNoSettingsButton">false</setting>