Skip to content

Commit

Permalink
update quickview button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Nov 12, 2023
1 parent c2c8496 commit a7f2e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/views/quickview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void Quickview::drawTabBar() {
ImGui::EndTabItem();
}
}
if (ImGui::TabItemButton(pinMode ? ICON_FA_WINDOW_RESTORE : ICON_FA_MAP_PIN)) {
if (ImGui::TabItemButton(pinMode ? ICON_FA_WINDOW_MAXIMIZE : ICON_FA_WINDOW_RESTORE)) {
pinMode = !pinMode;
show();
}
Expand Down

0 comments on commit a7f2e4f

Please sign in to comment.