Skip to content

Commit

Permalink
Bookmarks view #59: Set columns of bookmarks view to 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
filimo committed Dec 6, 2019
1 parent 1f5e3e7 commit 06821f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct BookmarksView_Controls: View {

var body: some View {
HStack {
Text("\(store.bookmarks.count)/\(store.bookmarks.checked.count)")
Text("\(store.bookmarks.checked.count)/\(store.bookmarks.count)")
Button(action: {
self.showConfirm = true
}, label: { Text("Remove all") })
Expand Down
2 changes: 1 addition & 1 deletion ReaderTranslatorMac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>463</string>
<string>464</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.education</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ReaderTranslatorSafari/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>723</string>
<string>724</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppleEventsUsageDescription</key>
Expand Down

0 comments on commit 06821f7

Please sign in to comment.