Skip to content

Commit

Permalink
Change default output style to terminal.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcflachs committed May 14, 2022
1 parent 5bb613e commit 13e122a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/compose.manager/compose.manager.settings.page
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $cfg = parse_plugin_cfg($sName);
_(Compose Command Progress Display)_:
: <select name="OUTPUTSTYLE">
<?=mk_option($cfg['OUTPUTSTYLE'], "basic", _("Basic"))?>
<?=mk_option($cfg['OUTPUTSTYLE'], "ttyd", _("Experimental"))?>
<?=mk_option($cfg['OUTPUTSTYLE'], "ttyd", _("Terminal"))?>
</select>

<input type="submit" name="#default" value="_(Default)_">
Expand Down
2 changes: 1 addition & 1 deletion source/compose.manager/default.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OUTPUTSTYLE="basic"
OUTPUTSTYLE="ttyd"

0 comments on commit 13e122a

Please sign in to comment.