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
commit 9cdfeb5fcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);