mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-15 20:01:54 -07:00
Fix hiding assets in archive
This commit is contained in:
@@ -498,7 +498,7 @@ void archive_switch_tab(ArchiveBrowserView* browser, InputKey key) {
|
||||
tab = archive_get_tab(browser);
|
||||
if(archive_is_dir_exists(browser->path)) {
|
||||
bool is_browser = !strcmp(archive_get_tab_ext(tab), "*");
|
||||
bool skip_assets = is_browser;
|
||||
bool skip_assets = !is_browser;
|
||||
// Hide dot files everywhere except Browser if in debug mode
|
||||
bool hide_dot_files = !is_browser ? true :
|
||||
tab == ArchiveTabInternal ?
|
||||
|
||||
Reference in New Issue
Block a user