Skip to content

Commit

Permalink
res/doc: make experimental option documentation better understandable
Browse files Browse the repository at this point in the history
  • Loading branch information
danners authored and pgaskin committed Dec 23, 2024
1 parent fdcc22b commit 9dadd82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions res/doc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
# on a Kobo Libra Colour running 4.41.23145, the button list is:
# 0 - Home
# 1 - My Books
# 2 - Activity [hidden]
# 2 - Activity [hidden by default]
# 3 - My Notebooks
# 4 - Discover
# 5 - More
Expand All @@ -209,10 +209,10 @@
# icon_active - sets the active icon used for the NickelMenu button on 4.23.15505+
#
# <val> the option value:
# menu_main_15505_enabled - 0 or 1
# menu_main_15505_label - the label to use instead of the default value
# menu_main_15505_icon - the path passed to QPixmap
# menu_main_15505_icon_active - the path passed to QPixmap
# (..)_enabled -> 0 or 1
# (..)_label -> the label to use instead of the default value
# (..)_icon -> the path passed to QPixmap
# (..)_icon_active -> the path passed to QPixmap
#
# For example, you might have a configuration file named "mystuff" like:
#
Expand Down

0 comments on commit 9dadd82

Please sign in to comment.