mirror of
https://github.com/tuxdotrs/highminded.git
synced 2025-08-23 08:01:03 +05:30
refactor: audio recorder
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using Avalonia.Controls;
|
||||
using System;
|
||||
using System.Net.Quic;
|
||||
using System.Runtime.InteropServices;
|
||||
using Avalonia;
|
||||
using Avalonia.Input;
|
||||
using Avalonia.Interactivity;
|
||||
using Avalonia.Media;
|
||||
@@ -44,6 +42,7 @@ public partial class MainWindow : Window
|
||||
// Global Hotkey
|
||||
_hook.KeyPressed += OnKeyPressed;
|
||||
_hook.RunAsync();
|
||||
_chatUserControl.SendAudio();
|
||||
}
|
||||
|
||||
private void OnPointerPressed(object? sender, PointerPressedEventArgs e)
|
||||
|
Reference in New Issue
Block a user