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