mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 21:40:03 +00:00

* New "Apply" button in preferences dialog that is used to quickly apply the GUI2 theme, no restart needed. * gui initialization reorganized a bit. gui2::init() now responsible for reading themes from file only. Actual theme switching and activation done by gui2::switch_theme(). preferences dependency removed from gui and moved to caller of gui2::init(). gui2 tests updated accordingly.