Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
/ harmonie Public archive

Commit fdbeac0

Browse files
authored
Merge pull request #230 from makinosp/develop
Develop
2 parents 5332668 + 5001d0e commit fdbeac0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Harmonie.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
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;
@@ -511,7 +511,7 @@
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;

harmonie/Views/Friend/FriendsListView+ToolbarContent.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import VRCKit
1010

1111
extension 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
}

0 commit comments

Comments
 (0)