config moved to c++ plugin, removed old qml + fileview implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "Background.hpp"
|
||||
|
||||
Background::Background(QObject *parent) : ConfigSection(parent) {
|
||||
m_enabled = true;
|
||||
m_wallFadeDuration = 300;
|
||||
wireSignals();
|
||||
}
|
||||
Reference in New Issue
Block a user