We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b3ca4 commit 55337adCopy full SHA for 55337ad
src/ui/mod.rs
@@ -13,10 +13,10 @@ pub mod native;
13
/// UI variants based on the enabled features
14
#[inline(always)]
15
pub fn init(config: Option<ClientConfig>, client: Client) {
16
- // #[cfg(feature = "iced")]
17
- // {
18
- // iced::init(config, client)
19
- // }
+ #[cfg(feature = "iced")]
+ {
+ iced::init(config, client)
+ }
20
#[cfg(feature = "native")]
21
{
22
native::init(config, client)
0 commit comments