mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
fix: 复制缩放配置时复制缩放模式
This commit is contained in:
parent
13588b6ed3
commit
e193a35d64
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ enum class CursorScaling {
|
|||
// 默认规则 Name、PathRule、ClassNameRule 均为空
|
||||
struct ScalingProfile {
|
||||
void Copy(const ScalingProfile& other) noexcept {
|
||||
scalingMode = other.scalingMode;
|
||||
cursorScaling = other.cursorScaling;
|
||||
customCursorScaling = other.customCursorScaling;
|
||||
isCroppingEnabled = other.isCroppingEnabled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue