mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Merge remote-tracking branch 'origin/master' into feature/floodgate-merge
# Conflicts: # bootstrap/mod/src/main/java/org/geysermc/geyser/platform/mod/GeyserModBootstrap.java # build-logic/build.gradle.kts # build.gradle.kts # core/src/main/java/org/geysermc/geyser/GeyserImpl.java # settings.gradle.kts
This commit is contained in:
commit
a4681ca77c
62 changed files with 2059 additions and 258 deletions
|
@ -100,7 +100,7 @@ public class GeyserStandaloneGUI {
|
|||
Container cp = frame.getContentPane();
|
||||
|
||||
// Fetch and set the icon for the frame
|
||||
URL image = getClass().getClassLoader().getResource("icon.png");
|
||||
URL image = getClass().getClassLoader().getResource("assets/geyser/icon.png");
|
||||
if (image != null) {
|
||||
ImageIcon icon = new ImageIcon(image);
|
||||
frame.setIconImage(icon.getImage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue