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

Method showNoteListGrid

global.cpp:371–377  ·  view source on GitHub ↗

Should we whow the note list grid?

Source from the content-addressed store, hash-verified

369
370// Should we whow the note list grid?
371bool Global::showNoteListGrid() {
372 bool showNoteListGrid;
373 settings->beginGroup("Appearance");
374 showNoteListGrid = settings->value("showNoteListGrid", false).toBool();
375 settings->endGroup();
376 return showNoteListGrid;
377}
378
379// Should we alternate the note list colors?
380bool Global::alternateNoteListColors() {

Callers 1

NTableViewMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected