mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-03 09:07:34 +00:00
Add option to disable help message
This commit is contained in:
@@ -87,6 +87,7 @@ void Controller::initDefaults() {
|
||||
//settings.setValue("initiated", false); // testing change
|
||||
if (!settings.value("initiated").toBool()) {
|
||||
settings.setValue("initiated", true);
|
||||
settings.setValue("showHelp", true);
|
||||
settings.setValue("drawColor", QColor(Qt::red));
|
||||
//settings.setValue("mouseVisible", false);
|
||||
settings.setValue("uiColor", QColor(116, 0, 150));
|
||||
|
||||
Reference in New Issue
Block a user