Sv443 1 년 전
부모
커밋
8a15e7d635
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 */