config moved to c++ plugin, removed old qml + fileview implementation
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "Dock.hpp"
|
||||
|
||||
Dock::Dock(QObject *parent) : ConfigSection(parent) {
|
||||
m_enable = false;
|
||||
m_height = 80;
|
||||
m_hoverToReveal = false;
|
||||
m_ignoredAppRegexes = {};
|
||||
m_pinnedApps = {
|
||||
QStringLiteral("com.ayugram.desktop"),
|
||||
QStringLiteral("com.obsproject.studio"),
|
||||
QStringLiteral("librewolf"),
|
||||
};
|
||||
m_pinnedOnStartup = false;
|
||||
wireSignals();
|
||||
}
|
||||
Reference in New Issue
Block a user