File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/de/depascaldc/discord/rpc Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -171,12 +171,12 @@ private void initProperties() {
171171
172172 if (!propertiesFile .exists ()) {
173173 properties .setProperty ("id" , "775930524291039243" );
174- properties .setProperty ("details" , "Java Discord RPC GUI " );
175- properties .setProperty ("state" , "Copyright © 2020 depascaldc.xyz " );
174+ properties .setProperty ("details" , "Customize the Rich Presence " );
175+ properties .setProperty ("state" , "github.com/depascaldc/Java-DiscordRPC-GUI " );
176176 properties .setProperty ("largeimagekey" , "logo" );
177- properties .setProperty ("largeimagetext" , "https:// depascaldc.xyz/ " );
177+ properties .setProperty ("largeimagetext" , "github.com/ depascaldc/Java-DiscordRPC-GUI " );
178178 properties .setProperty ("smallimagekey" , "jdcof" );
179- properties .setProperty ("smallimagetext" , "https://github.com/depascaldc/Java-DiscordRPC-GUI " );
179+ properties .setProperty ("smallimagetext" , "https://depascaldc.xyz/ " );
180180 properties .setProperty ("showtime" , "yes" );
181181 saveProperties (false );
182182 } else {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public enum GUIManager {
3737 INSTANCE ;
3838
3939 public static final String CREDENTIALS_APP_NAME = "JavaDRPCTool" , CREDENTIALS_AUTHOR = "de.depascaldc" ,
40- CREDENTIALS_CONFIG_VERSION = "v1.0.1 " ;
40+ CREDENTIALS_CONFIG_VERSION = "v1.0.2 " ;
4141
4242 private static long timeStarted = System .currentTimeMillis () / 1000 ;
4343 public static long ts = System .currentTimeMillis ();
You can’t perform that action at this time.
0 commit comments