Skip to content

Commit 81481a7

Browse files
change toast version
1 parent 5cc5b5a commit 81481a7

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

src/HyperMC/UI/UserControls/ModpackBox.Designer.cs

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/HyperMC/UI/UserControls/ModpackBox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public partial class ModpackBox : UserControl
3030
set {
3131
base.Name = value;
3232
lbl_Name.Text = value;
33-
lbl_forge_version.Text = $"Forge Version: TBD";
33+
lbl_forge_version.Text = $"Forge Version: ";
3434
}
3535
}
3636

src/HyperMC/lib/notifications/SendNotification.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public class SendNotification
1111
{
1212
public static void buildNotification()
1313
{
14-
1514
}
1615
}
1716
}

0 commit comments

Comments
 (0)