Merge branch 'Htylol-new-pr-1' into devel
This commit is contained in:
@@ -6773,8 +6773,8 @@ gui_userconf () {
|
|||||||
|
|
||||||
case $GTK_THEME in
|
case $GTK_THEME in
|
||||||
"${translations[default]}") unset GTK_THEME ;;
|
"${translations[default]}") unset GTK_THEME ;;
|
||||||
"${translations[light]}") GTK_THEME=${GTK_THEME//${translations[light]}/light} ;;
|
*"${translations[light]}") GTK_THEME=${GTK_THEME//${translations[light]}/light} ;;
|
||||||
"${translations[dark]}") GTK_THEME=${GTK_THEME//${translations[dark]}/dark} ;;
|
*"${translations[dark]}") GTK_THEME=${GTK_THEME//${translations[dark]}/dark} ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ $DESKTOP_WITH_TIME == "${translations[Show in hours and minutes]}" ]]
|
if [[ $DESKTOP_WITH_TIME == "${translations[Show in hours and minutes]}" ]]
|
||||||
|
|||||||
Reference in New Issue
Block a user