Appearance-Preview Delay only takes effect first time
bug
### Before Submitting Your Bug Report
- [x] I have verified that there isn't already an issue reporting the same bug to prevent duplication.
- [x] I have seen the [FAQ](https://github.com/p0deje/Maccy?tab=readme-ov-file#faq).
### Maccy Version (see 'About' window)
2.6.1 (60)
### macOS Version
15.7.2
### Maccy Settings
```Shell
{
"KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
"KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
"KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":8,\\"carbonModifiers\\":768}";
"NSStatusItem Preferred Position Item-0" = 5981;
"NSStatusItem Visible Item-1" = 0;
"NSWindow Frame SUUpdateAlert" = "590 545 620 398 0 0 1800 1125 ";
"NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "545 550 710 409 0 0 1800 1125 ";
SUEnableAutomaticChecks = 1;
SUHasLaunchedBefore = 1;
SULastCheckTime = "2026-03-29 04:48:40 +0000";
SUUpdateGroupIdentifier = 1470167261;
enabledPasteboardTypes = (
"public.file-url",
"public.utf8-plain-text",
"public.png",
"public.html",
"public.tiff",
"public.rtf"
);
historySize = 300;
imageMaxHeight = 200;
migrations = {
"2024-07-01-version-2" = 1;
};
pasteByDefault = 0;
pinTo = top;
popupPosition = cursor;
previewDelay = 1500;
searchMode = exact;
searchVisibility = always;
showFooter = 1;
showRecentCopyInMenuBar = 0;
showSearch = 1;
showTitle = 1;
windowPosition = "[0.5474764756201882,0.5943661971830986]";
windowSize = "[1169,1055]";
}
```
### Description
the preview delay setting only takes effect the first time I suspend point on an item each time I launch Maccy window by shortcut (not launching the app)
### Steps to Reproduce
1.suspend pointer on one item.
2.wait for the preview window to pop up.
3.suspend pointer on any other item.
4.the preview window immediately pops up.
0 条评论