mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-03 23:55:17 +00:00
comment all the mouse visibility related stuff
This commit is contained in:
@@ -85,7 +85,7 @@ void Controller::initDefaults() {
|
||||
if (!settings.value("initiated").toBool()) {
|
||||
settings.setValue("initiated", true);
|
||||
settings.setValue("drawColor", QColor(Qt::red));
|
||||
settings.setValue("mouseVisible", false);
|
||||
//settings.setValue("mouseVisible", false);
|
||||
settings.setValue("whiteIconColor", true);
|
||||
settings.setValue("uiColor", QColor(136, 0, 170));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user