mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Update dependencies (#388)
* Upgrade all dependencies, fix image laod * Fix size of import button * Fix size when picking image * Remove unused code * Forgot images when new image selected * Clippy corrections
This commit is contained in:
@@ -26,6 +26,6 @@ pub fn render_user_select<'a>(
|
||||
None
|
||||
}
|
||||
} else {
|
||||
return steam_users.get(0);
|
||||
return steam_users.first();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user