Add popup donation prompt

This commit is contained in:
Ajay
2022-02-06 18:12:58 -05:00
parent c66e624c16
commit fce82b48b0
8 changed files with 88 additions and 4 deletions

View File

@@ -43,6 +43,8 @@ interface SBConfig {
ytInfoPermissionGranted: boolean,
allowExpirements: boolean,
showDonationLink: boolean,
showPopupDonationCount: number,
donateClicked: number,
autoHideInfoButton: boolean,
autoSkipOnMusicVideos: boolean,
colorPalette: {
@@ -146,6 +148,8 @@ const Config: SBObject = {
ytInfoPermissionGranted: false,
allowExpirements: true,
showDonationLink: true,
showPopupDonationCount: 0,
donateClicked: 0,
autoHideInfoButton: true,
autoSkipOnMusicVideos: false,
scrollToEditTimeUpdate: false, // false means the tooltip will be shown