Skip to content

Commit

Permalink
fix: typo with subscreen view setting
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyV99 committed Aug 31, 2023
1 parent e9eb113 commit 2c638f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zq/zq_subscr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2393,7 +2393,7 @@ void broadcast_dialog_message(DIALOG* dialog, int32_t msg, int32_t c);
bool edit_subscreen()
{
bool b = zq_ignore_item_ownership;
zq_ignore_item_ownership = zc_get_config("editsubscr","show_all_items_edit_subscr",1);
zq_ignore_item_ownership = zc_get_config("editsubscr","show_all_items",1);
zq_view_fullctr = zc_get_config("editsubscr","show_full_counters",0);
zq_view_maxctr = zc_get_config("editsubscr","show_maxed_maxcounters",0);
zq_view_noinf = zc_get_config("editsubscr","show_no_infinites",0);
Expand Down

0 comments on commit 2c638f1

Please sign in to comment.