Documentation
¶
Overview ¶
Package assets holds the images the UI embeds into the binary.
They live here, beside the package that draws them, because //go:embed cannot reference a parent directory - a file can only be embedded by a package at or below its own directory. The app's other artwork stays at the module root's assets/ directory instead, since it's consumed by the build rather than the program: appIcon.png by the Makefile/FyneApp.toml packaging step, header.png by the README.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ComparingWebP []byte
ComparingWebP is shown alongside the about window.
var DiggingWebP []byte
DiggingWebP is shown alongside the folder-scan spinner while a drop is being scanned.
var PlaceholderWebP []byte
PlaceholderWebP replaces it once an error has left the drop zone empty.
var WelcomeWebP []byte
WelcomeWebP is the artwork shown beside the drop zone on first launch.
Functions ¶
This section is empty.
Types ¶
This section is empty.