We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b889553 + ec9fc8f commit 21c713dCopy full SHA for 21c713d
2 files changed
app/common/app_main.c
@@ -135,7 +135,13 @@ void app_init() {
135
USB_power(1);
136
137
app_mode_reset();
138
+#ifdef HAVE_SWAP
139
+ if (!G_swap_state.called_from_swap) {
140
+ view_idle_show(0, NULL);
141
+ }
142
+#else
143
view_idle_show(0, NULL);
144
+#endif // HAVE_SWAP
145
146
#ifdef HAVE_BLE
147
// Enable Bluetooth
include/zxversion.h
@@ -17,4 +17,4 @@
17
18
#define ZXLIB_MAJOR 16
19
#define ZXLIB_MINOR 0
20
-#define ZXLIB_PATCH 2
+#define ZXLIB_PATCH 3
0 commit comments