CONFIG COMPAT BREAK: removed mfact from mon cfg

This commit is contained in:
vaxerski
2022-04-21 22:05:51 +02:00
parent 883d389bc2
commit 5b8cdc6c43
4 changed files with 3 additions and 8 deletions

View File

@@ -22,7 +22,6 @@ struct SMonitorRule {
std::string name = "";
Vector2D resolution = Vector2D(1280,720);
Vector2D offset = Vector2D(0,0);
float mfact = 0.5;
float scale = 1;
float refreshRate = 60;
int defaultWorkspaceID = -1;