Add custom_scripts project config, and cleanup scripts when switching projects

This commit is contained in:
Marcus Huderle
2020-05-08 11:26:23 -05:00
parent b8d0268d5d
commit 998ea1fcc8
7 changed files with 75 additions and 15 deletions

View File

@@ -253,6 +253,8 @@ private:
DraggablePixmapItem *selectedBG;
DraggablePixmapItem *selectedHealspot;
QList<QAction *> registeredActions;
bool isProgrammaticEventTabChange;
bool projectHasUnsavedChanges;