refactor: rename states to view controllers (#1060)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export enum ViewControllerManagerEvent {
|
||||
TagChanged,
|
||||
ActiveEditorChanged,
|
||||
PanelResized,
|
||||
EditorFocused,
|
||||
BeganBackupDownload,
|
||||
EndedBackupDownload,
|
||||
WindowDidFocus,
|
||||
WindowDidBlur,
|
||||
}
|
||||
Reference in New Issue
Block a user