UI Components/Features

• Added BtnVlcPlay WHich toggles between Vlc.Play and VLC.Stop
This commit is contained in:
2026-01-14 10:36:58 +00:00
parent d1d90f17fc
commit a4c51b0af0
3 changed files with 51 additions and 7 deletions

View File

@@ -45,6 +45,11 @@ namespace AiQ_GUI.Mobile_Tests
}
}
public static async Task RunFinalTestAsync()
{
// Placeholder for any final tests if needed in the future
}
private static async Task TestDayNightMode()
{