feat: display module for chunithm
Also make the progress bar all shiny
This commit is contained in:
@ -84,7 +84,7 @@ export interface DisplayConfig {
|
||||
target: String;
|
||||
rez: [number, number];
|
||||
mode: 'Window' | 'Borderless' | 'Fullscreen';
|
||||
rotation: number;
|
||||
rotation: number | null;
|
||||
frequency: number;
|
||||
borderless_fullscreen: boolean;
|
||||
dont_switch_primary: boolean;
|
||||
@ -163,4 +163,5 @@ export interface Patch {
|
||||
name: string;
|
||||
tooltip: string;
|
||||
type: undefined | 'number';
|
||||
default: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user