summaryrefslogtreecommitdiff
path: root/src/table/settings/gui_settings.ini
AgeCommit message (Collapse)Author
2021-09-19Fix #9484: update locale currencies settings mapping (#9559)Patric Stout
2021-09-05Feature: Hide block signals in GUI by default (#8688)Tyler Trahan
2021-09-01Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrintRubidium
2021-07-09Codechange: split settings.ini over several files (#9421)Patric Stout
This reduced the load on compilers, as currently for example MacOS doesn't like the huge settings-tables. Additionally, nobody can find settings, as the list is massive and unordered. By splitting it, it becomes a little bit more sensible.