Skip to content
  • Carl Schwan's avatar
    Fix MessageDelegateContextMenu not being displayed · 6db83547
    Carl Schwan authored
    It turnout that using an QML Singleton was a bad idea, instead create a
    qml object in the main component and refer to it in the rest of the
    codebase.
    
    This commit also simplify a bit the qml structure of the Menu and fix
    some visual bugs.
    6db83547