Simple replace implementation

This commit is contained in:
Jeremy Soller 2024-01-09 13:37:10 -07:00
parent 133b8ca667
commit dd459efe06
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
6 changed files with 120 additions and 4 deletions

View file

@ -37,6 +37,8 @@ impl IconCache {
bundle!("go-up-symbolic", 16);
bundle!("list-add-symbolic", 16);
bundle!("object-select-symbolic", 16);
bundle!("replace-symbolic", 16);
bundle!("replace-all-symbolic", 16);
bundle!("window-close-symbolic", 16);
Self { cache }