mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
Fix linphone.desktop file not created/updated on Linux
This commit is contained in:
parent
5f292ad545
commit
af373148e3
1 changed files with 4 additions and 0 deletions
|
|
@ -319,6 +319,10 @@ App::App(int &argc, char *argv[])
|
|||
});
|
||||
mEventCountNotifier = new EventCountNotifier(this);
|
||||
mDateUpdateTimer.start();
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
exportDesktopFile();
|
||||
#endif
|
||||
}
|
||||
|
||||
App::~App() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue