Skip to content

setIcon没有生效 #534

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

Open
lpfasd123 opened this issue Mar 5, 2025 · 0 comments
Open

setIcon没有生效 #534

lpfasd123 opened this issue Mar 5, 2025 · 0 comments

Comments

@lpfasd123
Copy link

我实在Windows 11上使用
WindowOptions windowOptions = const WindowOptions( size: Size(800, 600), center: true, backgroundColor: Colors.transparent, skipTaskbar: false, titleBarStyle: TitleBarStyle.normal, windowButtonVisibility: false, ); windowManager.waitUntilReadyToShow(windowOptions, () async { await windowManager.show(); await windowManager.focus(); await windowManager.setIcon("assets/icons/favicon.ico"); });
但是setIcon并没有生效也没有报错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant