Commit 4cc61d2e authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'Htylol-new-pr-1' into devel

parents 8eb9fcac e6229c35
......@@ -6773,8 +6773,8 @@ gui_userconf () {
case $GTK_THEME in
"${translations[default]}") unset GTK_THEME ;;
"${translations[light]}") GTK_THEME=${GTK_THEME//${translations[light]}/light} ;;
"${translations[dark]}") GTK_THEME=${GTK_THEME//${translations[dark]}/dark} ;;
*"${translations[light]}") GTK_THEME=${GTK_THEME//${translations[light]}/light} ;;
*"${translations[dark]}") GTK_THEME=${GTK_THEME//${translations[dark]}/dark} ;;
esac
if [[ $DESKTOP_WITH_TIME == "${translations[Show in hours and minutes]}" ]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment