File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-runner-1.2.0 / 2022-11-05
2
+ ===============================
3
+ * Force the correct position on the window after it is moved from outside the app.
4
+ * Added an option for clearing the entry on launching apps.
5
+
1
6
lxqt-runner-1.1.0 / 2022-04-15
2
7
===============================
3
8
* Prevented redundant writings of dialog width to config file.
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ cmake_dependent_option(RUNNER_VBOX_HEADLESS
27
27
# Minimum Versions
28
28
set (KF5_MINIMUM_VERSION "5.36.0" )
29
29
set (LIBMENUCACHE_MINIMUM_VERSION "1.1.0" )
30
- set (LXQT_MINIMUM_VERSION "1.1 .0" )
31
- set (LXQT_GLOBALKEYS_MINIMUM_VERSION "1.1 .0" )
30
+ set (LXQT_MINIMUM_VERSION "1.2 .0" )
31
+ set (LXQT_GLOBALKEYS_MINIMUM_VERSION "1.2 .0" )
32
32
set (QT_MINIMUM_VERSION "5.15.0" )
33
33
34
34
find_package (Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED )
You can’t perform that action at this time.
0 commit comments