Skip to content

Commit 55337ad

Browse files
committed
Uncommented iced init
1 parent a0b3ca4 commit 55337ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ui/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ pub mod native;
1313
/// UI variants based on the enabled features
1414
#[inline(always)]
1515
pub fn init(config: Option<ClientConfig>, client: Client) {
16-
// #[cfg(feature = "iced")]
17-
// {
18-
// iced::init(config, client)
19-
// }
16+
#[cfg(feature = "iced")]
17+
{
18+
iced::init(config, client)
19+
}
2020
#[cfg(feature = "native")]
2121
{
2222
native::init(config, client)

0 commit comments

Comments
 (0)