浏览代码

Theme not app

Bob Mottram 8 年前
父节点
当前提交
2cb7b2aa74
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-mesh-blog

+ 2
- 2
src/freedombone-mesh-blog 查看文件

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