Make sure that the menu is initialized upon start.

Otherwise it won't be initialized until some devices are added.
This commit is contained in:
Aleix Pol 2017-01-27 00:54:57 +01:00
parent aa1dff34ae
commit b416c18916

View file

@ -89,5 +89,7 @@ int main(int argc, char** argv)
systray.setToolTip(i18np("%1 device connected", "%1 devices connected", model.rowCount()));
});
refreshMenu();
return app.exec();
}