On 17 May 2021, at 12:58, Lioh Moeller <lioh.moeller@gmx.net> wrote:
>
> Hi all,
>
> is there a way to hide the dynamic MIPS and AVG Display from the titlebar?
>
> Greetings
>
> Lioh
>
> _______________________________________________
> RPCEmu mailing list
> RPCEmu@riscos.info
> http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
You can do this by commenting out line 1346 in the "src/qt5/main_window.cpp" file, which reads:
setWindowTitle(window_title);
Add a double slash at the start, so it now looks like this:
// setWindowTitle(window_title);
Save the file and run "make" again to compile.
Tim
_______________________________________________
RPCEmu mailing list
RPCEmu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
No comments:
Post a Comment