Fix font descent parsing and re-enable icons in debug

This commit is contained in:
Willy-JL
2024-02-09 19:32:59 +00:00
parent 7248203ba0
commit 5181f4878d
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ class Main(App):
icons_c.write(
"""
const IconPath ICON_PATHS[] = {
#if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG)
#ifndef FURI_RAM_EXEC
"""
)
for name, path in paths: