Skip to content
Snippets Groups Projects
Commit 0a5404db authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Set the Window title to override the default: "SyncConsole"

This appeared in the ChromeOS taskbar, so now it'll say
"Synchronet Configuration" instead.
parent 1b67a35e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3769 passed
......@@ -409,6 +409,7 @@ int main(int argc, char **argv)
printf("ciolib library init returned error %d\n",i);
exit(1);
}
ciolib_settitle("Synchronet Configuration");
i=uifcini32(&uifc); /* curses/conio/X/ANSI */
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment