mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 07:08:07 +00:00
feat(App): add an option to the linphonerc to disable calls windows
This commit is contained in:
parent
efed2fd803
commit
9ae752dfcf
1 changed files with 3 additions and 0 deletions
|
|
@ -312,6 +312,9 @@ QQuickWindow *App::getSettingsWindow () {
|
|||
// -----------------------------------------------------------------------------
|
||||
|
||||
void App::smartShowWindow (QQuickWindow *window) {
|
||||
if (!window)
|
||||
return;
|
||||
|
||||
window->setVisible(true);
|
||||
|
||||
if (window->visibility() == QWindow::Minimized)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue