Skip to content

Commit 50b4c27

Browse files
committedFeb 24, 2024··
Switch encoder default back to mode 4C?
Thinking through the upgrade plan, I think we can make the transition from 4C to B fairly painless -- if the decoder has auto-detect logic. So in line with that hope, we'll leave 4C as the default mode in 0.6.0.
1 parent d09bdda commit 50b4c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271

272272
<input style="display:none;" type="file" name="file_input" id="file_input" onchange="Main.fileInput(this);" />
273273

274-
<div id="nav-container" class="mode-b">
274+
<div id="nav-container" class="mode-4c">
275275
<div class="bg" onclick="Main.blurNav();"></div>
276276
<button id="nav-button" tabindex="0" onclick="Main.clickNav();">
277277
<span class="icon-bar"></span>

0 commit comments

Comments
 (0)
Please sign in to comment.