Show custom background in room view
This commit is contained in:
+1
-1
@@ -3757,7 +3757,7 @@ fn view(state: &AppState) -> Element<'_, AppMessage> {
|
|||||||
.padding(15)
|
.padding(15)
|
||||||
.width(iced::Length::Fill)
|
.width(iced::Length::Fill)
|
||||||
.height(iced::Length::Fill)
|
.height(iced::Length::Fill)
|
||||||
.style(c_style(color_crust, Color::TRANSPARENT, 0.0));
|
.style(c_style(root_bg, Color::TRANSPARENT, 0.0));
|
||||||
|
|
||||||
with_hotkey_info(
|
with_hotkey_info(
|
||||||
with_pixelpass_help(with_layout_picker(room.into(), state), state),
|
with_pixelpass_help(with_layout_picker(room.into(), state), state),
|
||||||
|
|||||||
Reference in New Issue
Block a user