Commit Graph

4 Commits

Author SHA1 Message Date
ec51114372 fix(app): Use PNG icon instead of ICO for cross-platform compatibility
Changed icon from .ico to .png format to fix Fyne icon loading
error on Linux. PNG is the proper cross-platform format.
2025-12-31 13:07:56 -05:00
f1556175db fix(windows): Use ICO format for Windows application icon
Changed FyneApp.toml to reference VT_Icon.ico instead of VT_Icon.png.

Windows requires ICO format for proper application icon display in the taskbar and window title bar. PNG icons don't work correctly on Windows.

To apply this fix on Windows, rebuild with:
  fyne package -os windows -icon assets/logo/VT_Icon.ico

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 08:44:15 -05:00
8644fc5d9a Mark dev20 across metadata 2025-12-23 14:39:44 -05:00
f558119f4f Add app icon support and window sizing improvements
- Update LoadAppIcon() to search for PNG first (better Linux support)
- Add FyneApp.toml for icon metadata and Windows embedding
- Create VideoTools.desktop for Linux application launcher integration
- Change default window size from 1200x700 to 800x600
- Icon now appears in taskbar, app switcher, and Windows title bar

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-20 14:13:18 -05:00