diff options
author | bptato <nincsnevem662@gmail.com> | 2025-05-09 19:11:20 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-05-09 19:26:46 +0200 |
commit | 2d50eaa6f764c7181bb409cf74e8c8514a94f9da (patch) | |
tree | 084538b606934b2f57ae82d6ce942c8cf716cb65 /src/config/config.nim | |
parent | 9422ea9bb0bc644560fad510f54c092d8157caa5 (diff) | |
download | chawan-2d50eaa6f764c7181bb409cf74e8c8514a94f9da.tar.gz |
config: add external.show-download-panel
Diffstat (limited to 'src/config/config.nim')
-rw-r--r-- | src/config/config.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/config.nim b/src/config/config.nim index 2c27ac5d..5627cdd0 100644 --- a/src/config/config.nim +++ b/src/config/config.nim @@ -126,6 +126,7 @@ type historySize* {.jsgetset.}: int32 cookieFile*: ChaPathResolved downloadDir* {.jsgetset.}: ChaPathResolved + showDownloadPanel* {.jsgetset.}: bool w3mCgiCompat* {.jsgetset.}: bool copyCmd* {.jsgetset.}: string pasteCmd* {.jsgetset.}: string |