MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / disableImageHighlight

Method disableImageHighlight

global.cpp:1184–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1182
1183
1184bool Global::disableImageHighlight() {
1185 settings->beginGroup("Debugging");
1186 bool value = settings->value("disableImageHighlight", false).toBool();
1187 settings->endGroup();
1188 return value;
1189}
1190
1191
1192// What version of the database are we using?

Callers 2

modifyImageTagsMethod · 0.80
DebugPreferencesMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected