When running the application, a default icon briefly flashes on the window. This icon comes from ttkbootstrap.
The goal is to remove or replace this icon. Potential approaches include:
- Replace the
ttkbootstrap default icon with an existing icon.icns.
- Prevent
ttkbootstrap from loading its built-in icon altogether.
Any guidance or suggestions on how to achieve this would be appreciated.
When running the application, a default icon briefly flashes on the window. This icon comes from
ttkbootstrap.The goal is to remove or replace this icon. Potential approaches include:
ttkbootstrapdefault icon with an existingicon.icns.ttkbootstrapfrom loading its built-in icon altogether.Any guidance or suggestions on how to achieve this would be appreciated.