mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +00:00
chore: format
This commit is contained in:
parent
17d7d74805
commit
d03d91b6c1
1 changed files with 1 additions and 1 deletions
|
@ -1,10 +1,10 @@
|
||||||
|
use crate::withclones;
|
||||||
use adw::prelude::*;
|
use adw::prelude::*;
|
||||||
use gtk::{
|
use gtk::{
|
||||||
gio,
|
gio,
|
||||||
glib::{self, GString},
|
glib::{self, GString},
|
||||||
};
|
};
|
||||||
use relm4::prelude::*;
|
use relm4::prelude::*;
|
||||||
use crate::withclones;
|
|
||||||
|
|
||||||
pub fn switch_row<F: Fn(>k::Switch, bool) -> glib::Propagation + 'static>(
|
pub fn switch_row<F: Fn(>k::Switch, bool) -> glib::Propagation + 'static>(
|
||||||
title: &str,
|
title: &str,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue