Skip to content

Commit

Permalink
Remove prompt for script execution in add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Feb 17, 2023
1 parent 2850fab commit fe217f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="327"
android:versionCode="328"
android:versionName="1.5.17">

<uses-feature android:glEsVersion="0x00020000" android:required="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),
}

override fun onRunScript(file: File) {
requestRunScript(file.absolutePath)
openCelestiaURL(file.absolutePath)
}

override fun onRunScript(type: String, content: String, name: String?, location: String?, contextDirectory: File?) {
Expand Down

0 comments on commit fe217f1

Please sign in to comment.