1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Added missing check

This commit is contained in:
2024-03-30 21:29:09 +04:00
parent 0a410944fe
commit f2c3d197b5

View File

@@ -41,5 +41,7 @@ activeProfileStore.subscribe(profileId => {
return;
}
lastActiveProfileId = profileId;
void maintenanceSettings.setActiveProfileId(profileId);
})