Skip to content

Commit

Permalink
credocument: remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hius07 authored Sep 12, 2023
1 parent 338630f commit a09e920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/document/credocument.lua
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ function CreDocument:init()
self.default_css = "./data/fb2.css"
end

-- This mode must be the same as the default one set as ReaderView.view_mode
self._view_mode = G_defaults:readSetting("DCREREADER_VIEW_MODE") == "scroll" and self.SCROLL_VIEW_MODE or self.PAGE_VIEW_MODE

local ok
Expand Down

0 comments on commit a09e920

Please sign in to comment.