mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 22:54:37 +02:00
* Some minor tweaks. Nothing major right now
This commit is contained in:
parent
6bf5a8425c
commit
b759975742
2 changed files with 21 additions and 12 deletions
|
@ -117,6 +117,9 @@ function getThemeArt(name, themeID, options, cb) {
|
|||
}
|
||||
|
||||
// set/override some options
|
||||
|
||||
// :TODO: replace asAnsi stuff with something like retrieveAs = 'ansi' | 'pipe' | ...
|
||||
// :TODO: Some of these options should only be set if not provided!
|
||||
options.asAnsi = true;
|
||||
options.readSauce = true; // encoding/fonts/etc.
|
||||
options.random = miscUtil.valueWithDefault(options.random, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue