mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
remove update changelog popup because i hate it
This commit is contained in:
parent
b86f1b43d8
commit
2fb5c1a605
@ -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;
|
||||
@ -71,7 +69,6 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
|
||||
// recently updated!
|
||||
QSBCore.Storage.LastUsedVersion = QSBCore.QSBVersion;
|
||||
QSBCore.Helper.Storage.Save(QSBCore.Storage, "storage.json");
|
||||
QSBCore.MenuApi.RegisterStartupPopup(UpdateChangelog);
|
||||
}
|
||||
|
||||
QSBLocalization.LanguageChanged += OnLanguageChanged;
|
||||
|
Loading…
Reference in New Issue
Block a user