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

Method getEditorBackgroundColor

global.cpp:878–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876
877
878QString Global::getEditorBackgroundColor() {
879 if (colorList.contains("editorBackgroundColor"))
880 return colorList["editorBackgroundColor"].trimmed();
881 else
882 return "white";
883}
884
885
886QString Global::getEditorCss() {

Callers 4

getEditorStyleMethod · 0.95
rebuildNoteEnmlMethod · 0.80
findIconMethod · 0.80
buildIconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected