mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 11:00:46 +00:00
Check for xdg-decoration protocol support on Wayland
This commit is contained in:
@@ -1226,6 +1226,11 @@ void start() {
|
||||
|
||||
Libs::start();
|
||||
MainWindow::LibsLoaded();
|
||||
|
||||
// wait for interface announce to know if native window frame is supported
|
||||
if (const auto waylandIntegration = WaylandIntegration::Instance()) {
|
||||
waylandIntegration->waitForInterfaceAnnounce();
|
||||
}
|
||||
}
|
||||
|
||||
void finish() {
|
||||
|
||||
Reference in New Issue
Block a user