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

Method alternateNoteListColors

global.cpp:380–386  ·  view source on GitHub ↗

Should we alternate the note list colors?

Source from the content-addressed store, hash-verified

378
379// Should we alternate the note list colors?
380bool Global::alternateNoteListColors() {
381 bool alternateNoteListColors;
382 settings->beginGroup("Appearance");
383 alternateNoteListColors = settings->value("alternateNoteListColors", true).toBool();
384 settings->endGroup();
385 return alternateNoteListColors;
386}
387
388// Save the position of a column in the note list.
389void Global::setColumnPosition(QString col, int position) {

Callers 1

NTableViewMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected