assets

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2026 License: MIT Imports: 1 Imported by: 0

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

View Source
var ComparingWebP []byte

ComparingWebP is shown alongside the about window.

View Source
var DiggingWebP []byte

DiggingWebP is shown alongside the folder-scan spinner while a drop is being scanned.

View Source
var PlaceholderWebP []byte

PlaceholderWebP replaces it once an error has left the drop zone empty.

View Source
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL