Skip to content

Commit

Permalink
added 1000 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marci1175 committed Dec 30, 2024
1 parent 3b97ece commit 7615bce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion desktop/build_info.matthias_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.10.17. 16:28
2024.12.30. 17:28
3 changes: 2 additions & 1 deletion desktop/src/app/ui/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ impl Application
egui::load::BytesPoll::Pending { .. } => {
ui.spinner();
},
egui::load::BytesPoll::Ready { .. } => {
egui::load::BytesPoll::Ready { bytes, .. } => {
dbg!(bytes.len());
ui.allocate_ui(vec2(360., 360.), |ui| {
ui.add(
Image::from_uri(format!("bytes://video_stream:{connected_client_uuid}"))
Expand Down
1 change: 1 addition & 0 deletions desktop/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use windows_sys::{
Win32::UI::WindowsAndMessaging::{MessageBoxW, MB_ICONERROR},
};

/// 1000th commit in 2024. - 2024. 12. 30. 17:28
#[tokio::main]
async fn main() -> eframe::Result<()>
{
Expand Down
2 changes: 1 addition & 1 deletion mobile/build_info.matthias_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.10.17. 16:28
2024.12.30. 17:28

0 comments on commit 7615bce

Please sign in to comment.