Skip to content

Commit

Permalink
remove update changelog popup because i hate it
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Dec 26, 2022
1 parent b86f1b4 commit 2fb5c1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions QSB/Menus/MenuManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
private const int _titleButtonIndex = 2;
private float _connectPopupOpenTime;

private const string UpdateChangelog = "QSB Version 0.23.0\r\nA lot of small improvements and bug fixes.";

private Action<bool> PopupClose;

private bool _intentionalDisconnect;
Expand Down Expand Up @@ -71,7 +69,6 @@ public void Start()
// recently updated!
QSBCore.Storage.LastUsedVersion = QSBCore.QSBVersion;
QSBCore.Helper.Storage.Save(QSBCore.Storage, "storage.json");
QSBCore.MenuApi.RegisterStartupPopup(UpdateChangelog);
}

QSBLocalization.LanguageChanged += OnLanguageChanged;
Expand Down

0 comments on commit 2fb5c1a

Please sign in to comment.