• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Two Doubts

Willbor

One Being
Joined
Jan 19, 2012
Messages
64
Reaction score
1
Location
Brazil
1 - How to change the name of the client window?
2 - How to change the description that is on the lower right side of the client?

This description:
catscrop.png
 
You can change in the "main.cpp" file before compile

Code:
    // setup application name and version
    g_app.setName("change here");
    g_app.setCompactName("change here");
 
Back
Top