mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
use notification system for OS updates (#2670)
* use notification system for OS updates * feat: Include the version update notification in the update in rs * chore: Change the location of the comment * progress on release notes * fill out missing sections * fix build * fix build --------- Co-authored-by: J H <dragondef@gmail.com> Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
@@ -7,7 +7,6 @@ export type DataModel = T.Public & {
|
||||
|
||||
export interface UIData {
|
||||
name: string | null
|
||||
ackWelcome: string // eOS emver
|
||||
marketplace: UIMarketplaceData
|
||||
gaming: {
|
||||
snake: {
|
||||
|
||||
Reference in New Issue
Block a user