Skip to content

Commit f39827c

Browse files
Fix Nostr app
1 parent 2d4d352 commit f39827c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

internal_filesystem/apps/com.micropythonos.nostr/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"publisher": "MicroPythonOS",
44
"short_description": "Nostr",
55
"long_description": "Notest and Other Stuff Transmitted by Relays",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.nostr/icons/com.micropythonos.nostr_0.1.2_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.nostr/mpks/com.micropythonos.nostr_0.1.2.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.nostr/icons/com.micropythonos.nostr_0.1.3_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.nostr/mpks/com.micropythonos.nostr_0.1.3.mpk",
88
"fullname": "com.micropythonos.nostr",
9-
"version": "0.1.2",
9+
"version": "0.1.3",
1010
"category": "communication",
1111
"activities": [
1212
{

internal_filesystem/apps/com.micropythonos.nostr/assets/nostr_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class NostrApp(Activity):
5959

6060
wallet = None
6161
events_label_current_font = 2
62-
events_label_fonts = [ lv.font_montserrat_10, lv.font_unscii_8, lv.font_montserrat_16, lv.font_montserrat_24, lv.font_unscii_16, lv.font_montserrat_28, lv.font_montserrat_40]
62+
events_label_fonts = [ lv.font_montserrat_10, lv.font_unscii_8, lv.font_montserrat_16, lv.font_montserrat_24, lv.font_unscii_16, lv.font_montserrat_28]
6363

6464
# screens:
6565
main_screen = None

0 commit comments

Comments
 (0)