Skip to content

Fix bug with use of drawer hiding when not wideScreen

Summary

Make drawer reappear when resized from narrow to wide screen if drawer was closed in narrow mode.

Test Plan

Before:

Previously, if KDE Connect was resized from wide to a narrow width and the drawer was closed, it would not reappear when resized back to wide. This was caused due to incorrect usage of the wideScreen property.

Video showing problem (not the KDE connect window, but same issue): https://bugsfiles.kde.org/attachment.cgi?id=131794

After:

Drawer comes back when resized to a wide screen.

Merge request reports