Add cat opacity
Signed-off-by: lumiscosity <averyrudelphe@gmail.com>
This commit is contained in:
parent
32a9c37ecd
commit
43306350e0
4 changed files with 58 additions and 1 deletions
|
@ -667,6 +667,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("StatusBarVisible", true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue