-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't show page #2260
Comments
@HHBB515. Thank you for reporting this issue. However, there's no .mov file uploaded in the issue. Could you please upload it again so I can verify the problem? |
Screen.Recording.2024-12-04.at.8.17.23.PM-1.movHi, is available now? |
@HHBB515. Thank you for uploading the video. CrossPaste supports Apple Silicon chips, and theoretically, a permission request window should pop up when opening for the first time. It doesn't seem to be working properly. Could you help upload the application's log file? Log file location: if (appLaunchState.accessibilityPermissions) {
if (!exiting) {
if (isMacos) {
MacTrayView.Tray()
} else if (isWindows) {
WindowsTrayView.Tray()
} else if (isLinux) {
LinuxTrayView.Tray()
}
}
CrossPasteMainWindow(exitApplication, windowIcon)
CrossPasteSearchWindow(windowIcon)
} else {
GrantAccessibilityPermissionsWindow(windowIcon)
} You can also try looking for CrossPaste in |
How frequently does the bug occur?
Always
Description
Uploading Screen Recording 2024-12-04 at 8.17.23 PM-1.mov…
Hi, I record a vedio for this issue that I click the app, but nothing show sometime there will show in the meau bar, but must time no. But is working fine, just not show the page.
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
1.0.13
OS
Mac apple silicon 4
The text was updated successfully, but these errors were encountered: