config moved to c++ plugin, removed old qml + fileview implementation
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "Screenshot.hpp"
|
||||
|
||||
Screenshot::Screenshot(QObject *parent) : ConfigSection(parent) {
|
||||
m_enable_pp = false;
|
||||
m_mode = QStringLiteral("manual");
|
||||
m_radius = 49;
|
||||
m_rounding = false;
|
||||
m_saveOnCopy = false;
|
||||
m_shadow = true;
|
||||
m_shadow_blur = 0;
|
||||
m_shadow_color = { 0, 0, 0, 160 };
|
||||
m_shadow_offset_x = 30;
|
||||
m_shadow_offset_y = 50;
|
||||
wireSignals();
|
||||
}
|
||||
Reference in New Issue
Block a user