mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +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: "padded",
|
||||
#[track = "model.changed(Self::selected_profile())"]
|
||||
set_visible: true || !dep_pkexec().check(),
|
||||
set_visible: !dep_pkexec().check(),
|
||||
warning_heading(),
|
||||
gtk::Label {
|
||||
set_label: &format!(
|
||||
|
|
Loading…
Add table
Reference in a new issue