workspacerules: Add a persistent workspace rule (#3530)

* add persistent flag to workspace rules

* get rid of unused ws->indestructible flag
This commit is contained in:
Roberto Previdi
2023-10-09 21:28:22 +02:00
committed by GitHub
parent 7f8e0a1318
commit df0c8e0f7a
4 changed files with 7 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ struct SWorkspaceRule {
std::string workspaceName = "";
int workspaceId = -1;
bool isDefault = false;
bool isPersistent = false;
std::optional<int64_t> gapsIn;
std::optional<int64_t> gapsOut;
std::optional<int64_t> borderSize;