mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Load ImGui fonts on initialization and settings changes
This commit is contained in:
parent
67881d31d5
commit
3a4a32b97a
4 changed files with 87 additions and 2 deletions
|
|
@ -28,6 +28,9 @@ public:
|
|||
|
||||
static SettingsManager& Instance();
|
||||
|
||||
signals:
|
||||
void SettingsSaved();
|
||||
|
||||
private:
|
||||
class Impl;
|
||||
std::unique_ptr<Impl> p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue