Skip to content

Commit

Permalink
Updated GitWeb
Browse files Browse the repository at this point in the history
- Removed Pointless Button
- Changing version number and authors from 0.0.2&MrCrayfish+MinecraftDoodler to 0.0.3&An-Unnamed-Developer
  • Loading branch information
An-Unnamed-Developer authored Oct 16, 2022
1 parent 86a8d02 commit 5c619dc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ public void init(@Nullable NBTTagCompound intent)
btnHome.setClickListener((mouseX, mouseY, mouseButton) -> webFrame.loadWebsite("welcome.official"));
layoutBrowser.addComponent(btnHome);

btnSettings = new Button(344, 2, 16, 16, Icons.WRENCH);
btnSettings.setToolTip("Settings", "Change your preferences.");
btnSettings.setClickListener((mouseX, mouseY, mouseButton) -> this.setCurrentLayout(layoutPref));
layoutBrowser.addComponent(btnSettings);
#btnSettings = new Button(344, 2, 16, 16, Icons.WRENCH);
#btnSettings.setToolTip("Settings", "Change your preferences.");
#btnSettings.setClickListener((mouseX, mouseY, mouseButton) -> this.setCurrentLayout(layoutPref));
#layoutBrowser.addComponent(btnSettings);

webFrame = new GitWebFrame(this, 0, 21, 362, 143);
webFrame.loadWebsite("welcome.official");
Expand Down

0 comments on commit 5c619dc

Please # to comment.