mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
WebUI: disallow unnecessary quotes in property name
Those two forms are the same and from now on we enforce to one style. PR #22051.
This commit is contained in:
@@ -883,8 +883,8 @@
|
||||
saveWindowSize(id);
|
||||
}),
|
||||
resizeLimit: {
|
||||
"x": [800, 2500],
|
||||
"y": [500, 2000]
|
||||
x: [800, 2500],
|
||||
y: [500, 2000]
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user