Skip to content

application: Show the window right

Mohammed Sadiq requested to merge sadiq/calls:wip/sadiq/fixes into master

If we have at least one active call, show the call window, else show the main window.

This isn't necessarily a complete patch, but should be good enough. As it was said that there will be two separate windows (!18 (comment 7531)), we have to make exceptions when showing windows.

The following cases are fixed in this patch:

  1. If the user closed the main window, create one if required and show that
  2. if the call window has at least one active call, show the calls window.

Merge request reports