Fix linphone.desktop file not created/updated on Linux

This commit is contained in:
Sylvain Berfini 2025-10-17 11:06:22 +02:00
parent 5f292ad545
commit af373148e3

View file

@ -319,6 +319,10 @@ App::App(int &argc, char *argv[])
});
mEventCountNotifier = new EventCountNotifier(this);
mDateUpdateTimer.start();
#ifdef Q_OS_LINUX
exportDesktopFile();
#endif
}
App::~App() {