|
@@ -8,7 +8,7 @@
|
|
|
// @license AGPL-3.0-only
|
|
|
// @author Sv443
|
|
|
// @copyright Sv443 (https://github.com/Sv443)
|
|
|
-// @icon https://cdn.jsdelivr.net/gh/Sv443/BetterYTM@6cc5c84a/assets/images/logo/logo_dev_48.png
|
|
|
+// @icon https://cdn.jsdelivr.net/gh/Sv443/BetterYTM@7f87a5b3/assets/images/logo/logo_dev_48.png
|
|
|
// @match https://music.youtube.com/*
|
|
|
// @match https://www.youtube.com/*
|
|
|
// @run-at document-start
|
|
@@ -313,7 +313,7 @@ const rawConsts = {
|
|
|
mode: "development",
|
|
|
branch: "develop",
|
|
|
host: "github",
|
|
|
- buildNumber: "6cc5c84a",
|
|
|
+ buildNumber: "7f87a5b3",
|
|
|
assetSource: "jsdelivr",
|
|
|
devServerPort: "8710",
|
|
|
};
|
|
@@ -1252,7 +1252,7 @@ class PromptDialog extends BytmDialog {
|
|
|
height: 400,
|
|
|
destroyOnClose: true,
|
|
|
closeBtnEnabled: true,
|
|
|
- closeOnBgClick: props.type === "alert",
|
|
|
+ closeOnBgClick: props.type !== "prompt",
|
|
|
closeOnEscPress: true,
|
|
|
small: true,
|
|
|
renderHeader: () => this.renderHeader(props),
|