Merge branch 'dev1' into link_space_model_spaces

This commit is contained in:
mohammad
2025-02-18 14:32:47 +03:00
29 changed files with 386 additions and 300 deletions

View File

@ -40,4 +40,5 @@ class StringsManager {
static const String firstLaunch = "firstLaunch";
static const String deleteScene = 'Delete Scene';
static const String deleteAutomation = 'Delete Automation';
static const String projectKey = 'selected_project_uuid';
}