mirror of
https://github.com/godotengine/godot-commit-artifacts.git
synced 2025-12-31 05:48:27 +03:00
Add more branches to the list
This commit is contained in:
@@ -44,7 +44,7 @@ export default class EntryComponent extends LitElement {
|
||||
this._isLoading = true;
|
||||
this._loadingBranches = [];
|
||||
|
||||
this._branches = [ "master" ];
|
||||
this._branches = [ "master", "4.0", "3.x", "3.5" ];
|
||||
this._branchData = {};
|
||||
|
||||
this._selectedRepository = "godotengine/godot";
|
||||
|
||||
Reference in New Issue
Block a user