Skip to content

Setting history size fails silently if above 999 #1292

@KingSupernova31

Description

@KingSupernova31

Before Submitting Your Bug Report

  • I have verified that there isn't already an issue reporting the same bug to prevent duplication.
  • I have seen the FAQ.

Maccy Version (see 'About' window)

Version 2.3.0 (54)

macOS Version

15.6.1 (24G90)

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":8}";
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame NSNavPanelAutosaveName" = "267 156 800 448 0 0 1312 818 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "3409 713 510 233 0 0 5120 1415 ";
    SUEnableAutomaticChecks = 0;
    SUHasLaunchedBefore = 1;
    enabledPasteboardTypes =     (
        "public.rtf",
        "public.png",
        "public.utf8-plain-text",
        "public.tiff",
        "public.file-url",
        "public.html"
    );
    historySize = 999;
    ignoredApps =     (
        "com.1password.1password"
    );
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    pasteByDefault = 1;
    removeFormattingByDefault = 1;
    searchMode = exact;
    showFooter = 1;
    showSearch = 1;
    showTitle = 1;
    sortBy = lastCopiedAt;
    suppressClearAlert = 0;
    windowPosition = "[0.7675304878048781,0.8660598179453837]";
    windowSize = "[450,769]";
}

Description

If I try to set my history size to above 999, it appears to accept this value, but in reality it ignores this and uses whatever I had entered previously.

Steps to Reproduce

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions