Skip to content
Snippets Groups Projects
Commit 9ff07027 authored by echicken's avatar echicken :chicken:
Browse files

Added optional 'title' setting to root section of bullshit.ini.

If absent, default string 'Bulletins' will be used.
parent a91c3673
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -226,7 +226,7 @@ function initDisplay(settings, list) {
footerFrame.drawBorder(settings.colors.border);
titleFrame.gotoxy(3, 2);
titleFrame.putmsg('Bulletins');
titleFrame.putmsg(settings.title || 'Bulletins');
// titleFrame.gotoxy(frame.width - 25, 2);
// titleFrame.putmsg('bullshit v3 by echicken', settings.colors.heading);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment