Should we whow the note list grid?
| 369 | |
| 370 | // Should we whow the note list grid? |
| 371 | bool 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? |
| 380 | bool Global::alternateNoteListColors() { |