Add console font size setting and a preview\
Also moves the console settings from the minecraft page.
This commit is contained in:
parent
5711b1be95
commit
41bd2a6634
7 changed files with 201 additions and 65 deletions
|
@ -407,6 +407,7 @@ void MultiMC::initGlobalSettings(bool test_mode)
|
|||
// in test mode, we don't have UI, so we don't do any font resolving
|
||||
m_settings->registerSetting("ConsoleFont", defaultMonospace);
|
||||
}
|
||||
m_settings->registerSetting("ConsoleFontSize", 11);
|
||||
|
||||
// FTB
|
||||
m_settings->registerSetting("TrackFTBInstances", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue