完善阅读器主题与批注界面
This commit is contained in:
@@ -8,8 +8,6 @@ struct RDEPUBReaderUIState {
|
||||
|
||||
let canShowBookmarks: Bool
|
||||
|
||||
let canAddHighlight: Bool
|
||||
|
||||
let canShowHighlights: Bool
|
||||
|
||||
let showsTableOfContents: Bool
|
||||
@@ -25,7 +23,6 @@ extension RDEPUBReaderUIState {
|
||||
canToggleBookmark: false,
|
||||
hasBookmarkAtCurrentLocation: false,
|
||||
canShowBookmarks: false,
|
||||
canAddHighlight: false,
|
||||
canShowHighlights: false,
|
||||
showsTableOfContents: true,
|
||||
allowsHighlights: true,
|
||||
|
||||
Reference in New Issue
Block a user