File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ unsquashfs
Original file line number Diff line number Diff line change 1+ mksquashfs
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ elif [ "$dang_tep" == 'br' ] || [ "$dang_tep" == 'dat' ]; then
171171 tenpjanvung=" $( echo " ${INPUT##*/ } " | cut -d. -f1) "
172172 [ -e " ${INPUT%/* } /$tenpjanvung .transfer.list" ] || killtree " $more_text_5 $tenpjanvung .transfer.list"
173173 echo -e " $unpack_text_0 (${INPUT##*/ } ) ➠ (raw)...\n"
174- [ " ${INPUT##* .} " == ' br' ] && brotli -f -d " $INPUT " -o " $TMP /$( echo " ${INPUT% .* } " | awk -F/ ' {print $NF}' ) " > $TMP /brotli.log
174+ [ " ${INPUT##* .} " == ' br' ] && brotli -f -d " $INPUT " -o " $TMP /$( echo " ${INPUT% .* } " | awk -F/ ' {print $NF}' ) "
175175 if [ " $NODECO " == 1 ]; then
176176 file_img=" $PTSD /out/$( echo " ${INPUT##*/ } " | cut -d. -f1) .img"
177177 else
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class ThemeConfig(private val context: Context) {
1414 }
1515
1616 fun getThemeMode (): Int {
17- return config.getInt(KEY_THEME_MODE , 3 )
17+ return config.getInt(KEY_THEME_MODE , 0 )
1818 }
1919
2020 fun setThemeMode (mode : Int ) {
Original file line number Diff line number Diff line change 5454 android : layout_marginEnd =" 32dp"
5555 android : contentDescription =" @string/editor_run_test"
5656 android : src =" @drawable/kr_run"
57+ app : tint =" @color/kr_shortcut_color"
5758 android : visibility =" gone" />
5859
5960</RelativeLayout >
Original file line number Diff line number Diff line change 2121 <color name =" colorPirmDark" >#20000000</color >
2222
2323 <color name =" colorParseLight" >#20FFFFFF</color >
24- <color name =" colorParseDark" >#20000000 </color >
24+ <color name =" colorParseDark" >#20605f5f </color >
2525
2626 <color name =" colorAccent" >#0dbda2</color >
2727 <color name =" colorPrimary" >#64CDB6</color >
You can’t perform that action at this time.
0 commit comments