Commit 656c410 1 parent 49a22aa commit 656c410 Copy full SHA for 656c410
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ FlipBip* flipbip_app_alloc() {
95
95
app -> gui = furi_record_open (RECORD_GUI );
96
96
//app->notification = furi_record_open(RECORD_NOTIFICATION);
97
97
98
- //Turn backlight on, believe me this makes testing your app easier
98
+ // Turn backlight on, believe me this makes testing your app easier
99
99
//notification_message(app->notification, &sequence_display_backlight_on);
100
100
101
- //Scene additions
101
+ // Scene additions
102
102
app -> view_dispatcher = view_dispatcher_alloc ();
103
103
view_dispatcher_enable_queue (app -> view_dispatcher );
104
104
@@ -143,13 +143,13 @@ FlipBip* flipbip_app_alloc() {
143
143
(void * )app ,
144
144
app -> input_text ,
145
145
TEXT_BUFFER_SIZE ,
146
- //clear default text
146
+ // clear default text
147
147
true);
148
- text_input_set_header_text (app -> text_input , "Input" );
148
+ // text_input_set_header_text(app->text_input, "Input");
149
149
view_dispatcher_add_view (
150
150
app -> view_dispatcher , FlipBipViewIdTextInput , text_input_get_view (app -> text_input ));
151
151
152
- //End Scene Additions
152
+ // End Scene Additions
153
153
154
154
return app ;
155
155
}
Original file line number Diff line number Diff line change 1
1
#include "../flipbip.h"
2
2
#include "../helpers/flipbip_file.h"
3
3
4
- #define FLIPBIP_SUBMENU_TEXT "- FlipBIP wallet " FLIPBIP_VERSION " - "
4
+ #define FLIPBIP_SUBMENU_TEXT "* FlipBIP wallet " FLIPBIP_VERSION " * "
5
5
6
6
enum SubmenuIndex {
7
7
SubmenuIndexScene1BTC = 10 ,
You can’t perform that action at this time.
0 commit comments