We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09b2b5c + 18a2484 commit bf6c172Copy full SHA for bf6c172
src/main.cpp
@@ -44,6 +44,8 @@ int main(int argc, char *argv[]) {
44
setenv("QT_AUTO_SCREEN_SCALE_FACTOR", "0", 1);
45
setenv("QT_QT_ENABLE_HIGHDPI_SCALING", "0", 1);
46
setenv("QT_SCALE_FACTOR", "1", 1);
47
+ //unset qt style override, there's a bug with input when using qt6 build and kvantum
48
+ setenv("QT_STYLE_OVERRIDE", "", 1);
49
50
// history size
51
history = get_int("history");
0 commit comments