mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fix vanishing top bar
This commit is contained in:
parent
fe1791c7c5
commit
fad938b977
@ -1770,9 +1770,9 @@ u32 GodMode(bool is_b9s) {
|
|||||||
curr_entry->marked = mark_next;
|
curr_entry->marked = mark_next;
|
||||||
mark_next = -2;
|
mark_next = -2;
|
||||||
}
|
}
|
||||||
DrawTopBar(current_path);
|
|
||||||
DrawDirContents(current_dir, cursor, &scroll);
|
DrawDirContents(current_dir, cursor, &scroll);
|
||||||
DrawUserInterface(current_path, curr_entry, clipboard, N_PANES ? pane - panedata + 1 : 0);
|
DrawUserInterface(current_path, curr_entry, clipboard, N_PANES ? pane - panedata + 1 : 0);
|
||||||
|
DrawTopBar(current_path);
|
||||||
|
|
||||||
// check write permissions
|
// check write permissions
|
||||||
if (~last_write_perm & GetWritePermissions()) {
|
if (~last_write_perm & GetWritePermissions()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user