Skip to content

Commit

Permalink
Add warning when building with old KWindowSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Dec 1, 2023
1 parent 9153680 commit fd9c22e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/screens/mainwindow/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,7 @@ namespace tremotesf {
}
# endif
# else
# warning "Window activation on Wayland is not supported because KWindowSystem version is too low"
logWarning("Window activation on Wayland is not supported because KWindowSystem version is too low");
# endif
}
Expand Down

0 comments on commit fd9c22e

Please sign in to comment.