2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Add support for showing window menu on Wayland

This commit is contained in:
Ilya Fedin
2020-08-08 01:59:45 +04:00
committed by John Preston
parent 08b67e383e
commit dc9d0aae54
5 changed files with 44 additions and 4 deletions

View File

@@ -38,6 +38,10 @@ inline bool StartSystemResize(QWindow *window, Qt::Edges edges) {
return false;
}
inline bool ShowWindowMenu(QWindow *window) {
return false;
}
inline bool AutostartSupported() {
return false;
}