2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Get rid of unneeded material wayland decorations

This commit is contained in:
Ilya Fedin
2021-02-19 08:57:53 +04:00
committed by John Preston
parent 6932d859c9
commit 513054a307
5 changed files with 0 additions and 35 deletions

View File

@@ -654,10 +654,6 @@ void start() {
"this may lead to font issues.");
#endif // DESKTOP_APP_USE_PACKAGED_FONTS
if (AreQtPluginsBundled()) {
qputenv("QT_WAYLAND_DECORATION", "material");
}
#ifndef DESKTOP_APP_DISABLE_DBUS_INTEGRATION
// Tell the user when XDP file dialog is used
DEBUG_LOG(("Checking for XDG Desktop Portal..."));