Skip to content
  • Michael Pyne's avatar
    systray: Ensure quit from systray also saves config changes. · 30cd501f
    Michael Pyne authored
    KStatusNotifierItem's 'maybeQuit' function is more than happy to call
    qApp->quit directly even though the standard quit action is available to
    be triggered and would do the right thing.
    
    Qt documents you can use aboutToQuit to catch this case, and it does
    seem to work.
    30cd501f