mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +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