10 lines
473 B
TOML
10 lines
473 B
TOML
# Recommended: Specify your app ID *OR* your base resource path for more robust icon loading
|
|
base_resource_path = "/org/gtkrs/"
|
|
|
|
# List of icon names you found (shipped with this crate)
|
|
# Note: the file ending `-symbolic.svg` isn't part of the icon name.
|
|
icons = ["refresh", "edit", "arrow-sort-regular", "playlist-shuffle", "user-trash", "open-filled", "document-settings-filled"]
|
|
|
|
# Optional: Specify a folder containing your own SVG icons
|
|
# icon_folder = "my_svg_icons"
|