diff options
| author | Obsidian <108832807+Obsidianninja11@users.noreply.github.com> | 2023-12-31 04:49:44 -0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-31 14:49:44 +0100 |
| commit | d6dd4cfa9e5e1d3f5f8b0142365404671b9647a9 (patch) | |
| tree | 4af610c71b7802c0fc3a17a42e3d99e4e79586f2 /src/main/java/io/github/moulberry/notenoughupdates/options | |
| parent | 13a1c03698716178822b81b4510e63908ce8e5dd (diff) | |
| download | notenoughupdates-d6dd4cfa9e5e1d3f5f8b0142365404671b9647a9.tar.gz notenoughupdates-d6dd4cfa9e5e1d3f5f8b0142365404671b9647a9.tar.bz2 notenoughupdates-d6dd4cfa9e5e1d3f5f8b0142365404671b9647a9.zip | |
Item list: Option to open wiki in browser (#990)
Option to open wiki in browser
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Itemlist.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Itemlist.java b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Itemlist.java index a957da75..c6389c41 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Itemlist.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Itemlist.java @@ -149,4 +149,12 @@ public class Itemlist { runnableId = 21 ) public boolean alwaysShowMonsters = false; + + @Expose + @ConfigOption( + name = "Webpage In Browser", + desc = "Open wiki pages in your web browser instead of rendering in the info pane in game." + ) + @ConfigEditorBoolean + public boolean wikiInBrowser = false; } |
