forked from Shardstone/trail-into-darkness
added zlinq
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Jovian.PackageSync {
|
||||
private bool syncEnabled;
|
||||
private PackageMapping[] currentPackages = Array.Empty<PackageMapping>();
|
||||
|
||||
[MenuItem("Jovian/Package Sync")]
|
||||
[MenuItem("Jovian/Utilities/Package Sync")]
|
||||
private static void ShowWindow() {
|
||||
var window = GetWindow<PackageSyncWindow>("Package Sync");
|
||||
window.minSize = new Vector2(400, 300);
|
||||
|
||||
Reference in New Issue
Block a user