mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:30:05 +00:00
Display placefiles in settings view
This commit is contained in:
parent
157500e20a
commit
014ea9d39e
6 changed files with 279 additions and 4 deletions
|
|
@ -117,6 +117,7 @@ void PlacefileManager::LoadFile(const std::string& filename)
|
|||
std::make_unique<PlacefileRecord>(filename, placefile));
|
||||
|
||||
Q_EMIT PlacefileEnabled(filename, record->enabled_);
|
||||
Q_EMIT PlacefileUpdated(filename);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue