add options to change the cat scalling (#3380)

This commit is contained in:
Tayou
2025-06-06 14:23:39 +02:00
committed by GitHub
8 changed files with 187 additions and 56 deletions

View File

@@ -786,6 +786,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
// The cat
m_settings->registerSetting("TheCat", false);
m_settings->registerSetting("CatOpacity", 100);
m_settings->registerSetting("CatFit", "fit");
m_settings->registerSetting("StatusBarVisible", true);