update icons and tab order

This commit is contained in:
Fabian Freund
2026-02-27 20:34:10 +01:00
parent 3d1293b352
commit 00bf76b0ba
12 changed files with 89 additions and 70 deletions
+3 -1
View File
@@ -45,7 +45,9 @@ const allSupportedSchemes = [
const httpOnlySchemes = [kSchemeHttp, kSchemeHttps];
bool schemeRequiresAuthority(String scheme) {
return allSupportedSchemes.any((s) => s.name == scheme && s.requiresAuthority);
return allSupportedSchemes.any(
(s) => s.name == scheme && s.requiresAuthority,
);
}
enum SchemePolicy {