Skip to content

Commit

Permalink
Merge pull request #193 from project-robius/linux_location_fix
Browse files Browse the repository at this point in the history
Update to latest `robius-location` for linux to build properly
  • Loading branch information
kevinaboos authored Oct 11, 2024
2 parents 1f0e27e + 3dd291c commit 0e349be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/home/room_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,8 @@ live_design! {
}

send_location_button = <RobrixIconButton> {
// disabled by default; will be enabled upon receiving valid location update.
enabled: false,
padding: {left: 15, right: 15}
draw_icon: {
svg_file: (ICO_SEND)
Expand Down

0 comments on commit 0e349be

Please sign in to comment.