Skip to content

Commit

Permalink
Added shortcut to remember collapsible setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemony committed Apr 1, 2024
1 parent 16b4913 commit 12e488f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tabs/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6116,6 +6116,9 @@ SKIF_UI_Tab_DrawLibrary (void)
ImGui::CloseCurrentPopup ( );
}

if (ImGui::MenuItem ("Remember collapsible state###PopupCollapse-%i", "", &_registry.bRememberCategoryState))
_registry.regKVRememberCategoryState.putData (_registry.bRememberCategoryState);

ImGui::PopStyleColor ( );

ImGui::EndPopup ( );
Expand Down

0 comments on commit 12e488f

Please sign in to comment.