mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 10:20:48 +00:00
Minor assert() in Preferences::save()
This commit is contained in:
parent
57d5fcba68
commit
a6041272c9
@ -78,6 +78,7 @@ void Preferences::load()
|
||||
|
||||
void Preferences::save()
|
||||
{
|
||||
ui::assert_ui_thread();
|
||||
app::gen::GlobalPref::save();
|
||||
|
||||
for (auto& pair : m_tools)
|
||||
|
Loading…
x
Reference in New Issue
Block a user