Skip to content

Commit d7de203

Browse files
committed
Change default presence and update config version
1 parent bb5d9ad commit d7de203

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/java/de/depascaldc/discord/rpc/dc/RichPresenceManager.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {

src/main/java/de/depascaldc/discord/rpc/main/GUIManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)