fix: treat 'twilight' release as alpha and rolling

This commit is contained in:
zhom
2025-05-31 16:53:11 +04:00
parent 3af581c4ab
commit 91b12e80e5
9 changed files with 770 additions and 706 deletions
+1
View File
@@ -13,6 +13,7 @@ interface UpdateNotification {
affected_profiles: string[];
is_stable_update: boolean;
timestamp: number;
is_rolling_release: boolean;
}
export function useUpdateNotifications() {