Add to all icon_url places

This commit is contained in:
Jaco Greeff
2017-11-20 13:37:23 +01:00
parent 6fe361b382
commit d8e86cfe0a
5 changed files with 5 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ pub struct Info {
pub author: &'static str,
pub description: &'static str,
pub icon_url: &'static str,
pub local_url: &'static str,
}
pub trait WebApp : Default + Send + Sync {