mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-13 13:17:45 +02:00
merge
This commit is contained in:
parent
2b3527235e
commit
a115ca1ad1
14 changed files with 124 additions and 35 deletions
|
@ -5,7 +5,7 @@ use crate::components::audio::AudioSourceEntry;
|
|||
|
||||
#[allow(non_snake_case)]
|
||||
#[derive(Default, CompositeTemplate)]
|
||||
#[template(resource = "/org/xetibo/reset/resetAudio.ui")]
|
||||
#[template(resource = "/org/Xetibo/ReSet/resetAudio.ui")]
|
||||
pub struct AudioBox {
|
||||
#[template_child]
|
||||
pub resetOutputDevice: TemplateChild<DropDown>,
|
||||
|
|
|
@ -3,7 +3,7 @@ use gtk::subclass::prelude::*;
|
|||
|
||||
#[allow(non_snake_case)]
|
||||
#[derive(Default, CompositeTemplate)]
|
||||
#[template(resource = "/org/xetibo/reset/resetAudioSourceEntry.ui")]
|
||||
#[template(resource = "/org/Xetibo/ReSet/resetAudioSourceEntry.ui")]
|
||||
pub struct AudioSourceEntry {
|
||||
#[template_child]
|
||||
pub resetSourceIcon: TemplateChild<Image>,
|
||||
|
@ -38,4 +38,4 @@ impl BoxImpl for AudioSourceEntry {}
|
|||
|
||||
impl ObjectImpl for AudioSourceEntry {}
|
||||
|
||||
impl WidgetImpl for AudioSourceEntry {}
|
||||
impl WidgetImpl for AudioSourceEntry {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue