mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-07-19 13:34:23 -04:00
support multi shells within Qt5
This commit is contained in:
@ -51,7 +51,8 @@ class BasicWindow : public QRasterWindow
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
Shell::useLayerShell();
|
||||
// Shell::useLayerShell();
|
||||
qputenv("QT_WAYLAND_USE_BYPASSWINDOWMANAGERHINT", "1");
|
||||
|
||||
QGuiApplication app(argc, argv);
|
||||
|
||||
|
Reference in New Issue
Block a user