Skip to content

Fixing small bugs generated by the transition to the new model

Louis Schul requested to merge work/fixing-post-treemodel-bugs into master

The transition to the new tree model brought new minor bugs

  • Painting was broken (partially) due to the deletion of the StorageHandler.
  • The Main page title didn't reflect the note name anymore.
  • "Category note" were not put inside the ".BaseGroup" but inside the category fodler.

This merge fix those small bugs

Merge request reports