feat(App): add an option to the linphonerc to disable calls windows

This commit is contained in:
Ronan Abhamon 2018-05-15 14:27:56 +02:00
parent efed2fd803
commit 9ae752dfcf

View file

@ -312,6 +312,9 @@ QQuickWindow *App::getSettingsWindow () {
// -----------------------------------------------------------------------------
void App::smartShowWindow (QQuickWindow *window) {
if (!window)
return;
window->setVisible(true);
if (window->visibility() == QWindow::Minimized)