Add variable tab

This should make it significantly easier to get an overview of the
variables, which currently exist, modify their settings, or potentially
remove multiple variables.
This commit is contained in:
WarmUpTill
2024-02-19 19:22:57 +01:00
committed by WarmUpTill
parent a7da22b7e9
commit 06fef08f56
8 changed files with 479 additions and 143 deletions

View File

@@ -32,7 +32,6 @@
namespace advss {
constexpr auto default_interval = 300;
constexpr auto tab_count = 18;
typedef const char *(*translateFunc)(const char *);
@@ -89,8 +88,6 @@ public:
void LoadUISettings(obs_data_t *obj);
bool VersionChanged(obs_data_t *obj, std::string currentVersion);
bool TabOrderValid();
void ResetTabOrder();
bool PrioFuncsValid();
/* --- End of saving / loading section --- */
@@ -179,7 +176,6 @@ public:
bool disableHints = false;
bool disableFilterComboboxFilter = false;
bool hideLegacyTabs = true;
std::vector<int> tabOrder = std::vector<int>(tab_count);
bool saveWindowGeo = false;
QPoint windowPos = {};
QSize windowSize = {};