We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df723f commit c006f7eCopy full SHA for c006f7e
Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/GitStatusPanel.cs
@@ -3,10 +3,10 @@
3
#if UNITY_EDITOR
4
using System;
5
using System.Collections;
6
-using UnityEditorInternal;
7
-using UnityEngine;
8
using Unity.EditorCoroutines.Editor;
9
using UnityEditor;
+using UnityEditorInternal;
+using UnityEngine;
10
11
namespace CandyCoded.GitStatus
12
{
@@ -68,7 +68,7 @@ private void OnGUI()
68
69
70
EditorUtility.DisplayDialog(
71
- $"Unable to checkout branch",
+ "Unable to checkout branch",
72
$"Unable to checkout {_branches[selectedBranch]} as with {_changedFiles?.Length} changes. " +
73
"Commit, discard or stash before checking out a different branch.",
74
"Ok");
0 commit comments