Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix derive setter for default_icon_theme.
Added `strip_option` to prevent compile time error. ```bash error[E0277]: the trait bound `Option<String>: From<&str>` is not satisfied --> examples/application/src/main.rs:24:29 | 24 | .default_icon_theme("Pop") | ------------------ ^^^^^^^^^ the trait `From<&str>` is not implemented for `Option<String>` | | | required by a bound introduced by this call ```
- Loading branch information