Handle "move" workspace event
This commit is contained in:
@@ -95,6 +95,7 @@ enum class WorkspaceEventType : char {
|
||||
RENAME = 'r', ///< Renamed
|
||||
RELOAD = 'l', ///< Reloaded
|
||||
RESTORED = 's', ///< Restored
|
||||
MOVE = 'm', ///< Moved (to output)
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user