Skip to content

Commit

Permalink
fix: restart when toggling the downloads button (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Aug 25, 2022
1 parent d60aea7 commit afd4815
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@
public enum SettingsEnum {
//Download Settings
// TODO: DOWNLOAD_PATH("revanced_download_path", Environment.getExternalStorageDirectory().getPath() + "/Download", ReturnType.STRING),
DOWNLOADS_BUTTON_SHOWN("revanced_downloads", true, ReturnType.BOOLEAN),
DOWNLOADS_BUTTON_SHOWN("revanced_downloads", true, ReturnType.BOOLEAN, true),
DOWNLOADS_PACKAGE_NAME("revanced_downloads_package_name", "org.schabi.newpipe" /* NewPipe */, ReturnType.STRING),

//Video Settings
Expand Down

0 comments on commit afd4815

Please sign in to comment.