parent
b0a33ad0f6
commit
9aedc7a095
1 changed files with 0 additions and 2 deletions
|
|
@ -168,7 +168,6 @@ struct App {
|
||||||
settings_open: bool,
|
settings_open: bool,
|
||||||
settings: core::settings::Settings,
|
settings: core::settings::Settings,
|
||||||
config_handler: Option<Config>,
|
config_handler: Option<Config>,
|
||||||
obs_url_id: cosmic::widget::Id,
|
|
||||||
obs_connection: String,
|
obs_connection: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -398,7 +397,6 @@ impl cosmic::Application for App {
|
||||||
settings_open: false,
|
settings_open: false,
|
||||||
settings,
|
settings,
|
||||||
config_handler,
|
config_handler,
|
||||||
obs_url_id: cosmic::widget::Id::unique(),
|
|
||||||
obs_connection: "".into(),
|
obs_connection: "".into(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue