Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fatal bug
Browse files Browse the repository at this point in the history
aaravlu committed Nov 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent baff5f7 commit 6b6725c
Showing 3 changed files with 5 additions and 358 deletions.
351 changes: 0 additions & 351 deletions .log

This file was deleted.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -197,5 +197,3 @@ appdata_paths = [
"$APPDATA/$PUBLISHER/$PRODUCTNAME",
"$LOCALAPPDATA/$PRODUCTNAME",
]
[profile.dev]
debug = 0
10 changes: 5 additions & 5 deletions src/home/spaces_dock.rs
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ live_design! {
text: ""
}
}
}
}

Separator = <LineH> {
margin: {left: 15, right: 15}
@@ -223,7 +223,7 @@ impl Widget for Profile {
} else {
self.view(id!(verification_notice)).set_visible_and_redraw(cx, false)
}
} else {
self.redraw(cx);
}
self.view.handle_event(cx, event, scope)
}
@@ -245,9 +245,9 @@ impl Widget for Profile {
};


self.view(id!(icon_yes)).set_visible(yes_visible);
self.view(id!(icon_no)).set_visible(no_visible);
self.view(id!(icon_unk)).set_visible(unk_visible);
self.view(id!(icon_yes)).set_visible(false);
self.view(id!(icon_no)).set_visible(false);
self.view(id!(icon_unk)).set_visible(true);

self.redraw(cx);
}

0 comments on commit 6b6725c

Please sign in to comment.