mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 09:23:12 +08:00
Preparation for custom sorting
This commit is contained in:
@@ -5,6 +5,7 @@ export interface App extends Model {
|
||||
url: string;
|
||||
icon: string;
|
||||
isPinned: boolean;
|
||||
orderId: number;
|
||||
}
|
||||
|
||||
export interface NewApp {
|
||||
|
||||
@@ -10,4 +10,5 @@ export interface SettingsForm {
|
||||
pinAppsByDefault: number;
|
||||
pinCategoriesByDefault: number;
|
||||
hideHeader: number;
|
||||
useOrdering: string;
|
||||
}
|
||||
Reference in New Issue
Block a user