Skip to content

timer: Don't use modal for preferences dialog

Modal dialogs are always on the top and blocks all user interactions on the panel. Use simple dialog instead and handle the case when the user tries to open preferences again.

Merge request reports