Sv443 vor 1 Jahr
Ursprung
Commit
8a15e7d635
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/types.ts

+ 1 - 1
src/types.ts

@@ -46,7 +46,7 @@ export interface FeatureConfig {
   /** Enable skipping to a specific time in the video by pressing a number key (0-9) */
   numKeysSkipToTime: boolean;
   /** Fix spacing issues in the layout */
-  fixMargins: boolean;
+  fixSpacing: boolean;
 
   //#SECTION lyrics
   /** Add a button to the media controls to open the current song's lyrics on genius.com in a new tab */