This repository was archived by the owner on Feb 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 475475 "$(inherited)",
476476 "@executable_path/Frameworks",
477477 );
478- MARKETING_VERSION = 1.0.3 ;
478+ MARKETING_VERSION = 1.0.4 ;
479479 PRODUCT_BUNDLE_IDENTIFIER = jp.mknn.harmonie;
480480 PRODUCT_NAME = "$(TARGET_NAME)";
481481 SWIFT_EMIT_LOC_STRINGS = YES;
511511 "$(inherited)",
512512 "@executable_path/Frameworks",
513513 );
514- MARKETING_VERSION = 1.0.3 ;
514+ MARKETING_VERSION = 1.0.4 ;
515515 PRODUCT_BUNDLE_IDENTIFIER = jp.mknn.harmonie;
516516 PRODUCT_NAME = "$(TARGET_NAME)";
517517 SWIFT_EMIT_LOC_STRINGS = YES;
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import VRCKit
1010
1111extension FriendsListView {
1212 @ToolbarContentBuilder var toolbarContent : some ToolbarContent {
13- ToolbarItem ( placement: . navigation ) { presentSheetButton }
13+ ToolbarItem ( placement: . navigationBarTrailing ) { presentSheetButton }
1414 }
1515
1616 private var presentSheetButton : some View {
17- Button ( " " , systemImage: " sidebar.leading " ) {
17+ Button ( " " , systemImage: IconSet . dots . systemName ) {
1818 isPresentedSheet. toggle ( )
1919 }
2020 }
You can’t perform that action at this time.
0 commit comments