feat(app_id): Specify iced::Settings.id

This commit is contained in:
Rudxain 2024-09-04 01:49:04 -04:00
commit f90a9e4a63

View file

@ -388,6 +388,7 @@ impl UadGui {
};
Self::run(Settings {
id: Some(String::from("UAD-ng")),
window: Window {
size: iced::Size {
width: 950.0,