mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +00:00
fix: removed forced true condition for testing
This commit is contained in:
parent
88e4affaca
commit
e4cc74aa1a
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ impl SimpleComponent for MainView {
|
||||||
add_css_class: "card",
|
add_css_class: "card",
|
||||||
add_css_class: "padded",
|
add_css_class: "padded",
|
||||||
#[track = "model.changed(Self::selected_profile())"]
|
#[track = "model.changed(Self::selected_profile())"]
|
||||||
set_visible: true || !dep_pkexec().check(),
|
set_visible: !dep_pkexec().check(),
|
||||||
warning_heading(),
|
warning_heading(),
|
||||||
gtk::Label {
|
gtk::Label {
|
||||||
set_label: &format!(
|
set_label: &format!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue