Various UI fixes

This commit is contained in:
Luke Jones
2025-02-01 20:31:09 +13:00
parent 36c34cb3dd
commit 5c2bcad7c6
12 changed files with 957 additions and 304 deletions

View File

@@ -372,6 +372,7 @@ impl CtrlPlatform {
.enabled = false;
self.config.lock().await.write();
// TODO: Need to get supported profiles here and ensure we translate to one
self.platform
.set_platform_profile(policy.into())
.map_err(|err| {