We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37982c8 commit f3f7feaCopy full SHA for f3f7fea
1 file changed
src/ui/view/main.rs
@@ -133,10 +133,10 @@ impl TimeKeeper {
133
scrollable(elements).height(150).into()
134
}
135
136
- fn footer_buttons<'a, S: text::IntoFragment<'a> + Clone>(
137
- &'a self,
138
- stats_btn_txt: S,
139
- ) -> Row<'a, Message> {
+ fn footer_buttons<'a, S>(&'a self, stats_btn_txt: S) -> Row<'a, Message>
+ where
+ S: text::IntoFragment<'a> + Clone,
+ {
140
/* В зависимости от того, работаем мы или отдыхаем, и того,
141
* включены ли у нас уведомления или отображение модального
142
* окна, нам нужно скрывать нижнюю область кнопок, показывая
0 commit comments