Skip to content

Commit

Permalink
[FL-2727, FL-2749] New icon in BLE remote app flipperdevices#1644
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
nminaylov and skotopes authored Aug 23, 2022
1 parent 9bfb641 commit b0daa60
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/power/power_service/views/power_unplug_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static void power_unplug_usb_draw_callback(Canvas* canvas, void* _model) {
canvas_set_color(canvas, ColorWhite);
canvas_set_font(canvas, FontPrimary);
elements_multiline_text_aligned(
canvas, 64, 32, AlignCenter, AlignCenter, "It's now safe to unplug\nUSB cable");
canvas, 64, 32, AlignCenter, AlignCenter, "It's now safe to unplug\nthe USB cable");
}

PowerUnplugUsb* power_unplug_usb_alloc() {
Expand Down
Binary file modified assets/icons/BLE/BLE_HID/Ble_connected_15x15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/BLE/BLE_HID/Ble_disconnected_15x15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0daa60

Please sign in to comment.