summaryrefslogtreecommitdiffstats
path: root/src/settings.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-07-01 22:44:11 +0200
committerLibravatar GitHub <noreply@github.com>2020-07-01 22:44:11 +0200
commit5190bcea804d74a3373dbb09477770ff4814e866 (patch)
treefe1db142ce6705e35d003ad5d975ec0c17313a8a /src/settings.rs
parent08e13e00f15fb54ced21c0375e7efba4bfbf89a0 (diff)
parenta0cc7e4e43f16de4c19607f913b7f587c61aa5ef (diff)
downloadiced-5190bcea804d74a3373dbb09477770ff4814e866.tar.gz
iced-5190bcea804d74a3373dbb09477770ff4814e866.tar.bz2
iced-5190bcea804d74a3373dbb09477770ff4814e866.zip
Merge pull request #285 from frapa/add_support_for_window_icons
Add support for setting window icon
Diffstat (limited to 'src/settings.rs')
-rw-r--r--src/settings.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.rs b/src/settings.rs
index d7ff4cab..40b1b1ea 100644
--- a/src/settings.rs
+++ b/src/settings.rs
@@ -2,7 +2,7 @@
use crate::window;
/// The settings of an application.
-#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+#[derive(Debug, Clone)]
pub struct Settings<Flags> {
/// The window settings.
///