Пример #1
0
 public void OnEditorUpdate()
 {
     if (dirty)
     {
         dirty = false;
         gitCallbacks.IssueOnPrefsChange(this);
     }
 }