diff options
Diffstat (limited to 'core/src/UI/UI.hpp')
-rw-r--r-- | core/src/UI/UI.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/UI/UI.hpp b/core/src/UI/UI.hpp index ab35321..9e97118 100644 --- a/core/src/UI/UI.hpp +++ b/core/src/UI/UI.hpp @@ -27,6 +27,6 @@ void MainWindow(); void SettingsTab(); void DatabaseViewTab(); void ItemsTab(); -void ExportTab(); +void WorkflowsTab(); } // namespace UI |