diff --git a/src/gui/options/options.js b/src/gui/options/options.js index a8aafbcd3f844fc3df238d83117f9f22402ad0bf..51bc150a881a546578b696771f6b09ba610aed2f 100644 --- a/src/gui/options/options.js +++ b/src/gui/options/options.js @@ -171,8 +171,14 @@ App.UI.OptionsGroup = (function() { return this; } + /** + * Puts the options in side a pulldown if there are at least 6. + * Not counting text boxes or comments. + * @returns {Option} + */ pulldown() { this.enablePulldown = true; + return this; } /**