Explorar el Código

Theme not app

Bob Mottram hace 9 años
padre
commit
2cb7b2aa74
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/freedombone-mesh-blog

+ 2
- 2
src/freedombone-mesh-blog Ver fichero

@@ -154,9 +154,9 @@ function change_theme {
154 154
     for a in "${THEMES[@]}"
155 155
     do
156 156
         if [[ $a == "basic" ]]; then
157
-            themelist="$applist $n $a on"
157
+            themelist="$themelist $n $a on"
158 158
         else
159
-            themelist="$applist $n $a off"
159
+            themelist="$themelist $n $a off"
160 160
         fi
161 161
         n=$[n+1]
162 162
         theme_index=$[theme_index+1]