6 lines
101 B
Text
6 lines
101 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# Use GTK2 theme for Qt5 for a consistent look and feel
|
||
|
|
export QT_QPA_PLATFORMTHEME=gtk2
|
||
|
|
|