Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Provide functionality for add-on development" #5003

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,6 @@ dependencies {
// Built In Add-on Libraries
implementation 'com.github.RPTools:maptool-builtin-addons:1.3'

// File watcher library to work around some inconsistencies with java.nio.file.WatchService
implementation 'io.methvin:directory-watcher:0.18.0'

// For advanced dice roller
implementation 'com.github.RPTools:advanced-dice-roller:1.0.3'
}
Expand Down
9 changes: 0 additions & 9 deletions src/main/java/net/rptools/maptool/client/AppPreferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -393,15 +393,6 @@ public class AppPreferences {

public static final Preference<String> iconTheme = StringType.create("iconTheme", "Rod Takehara");

public static final Preference<String> externalAddOnLibrariesPath =
StringType.create("externalAddOnLibrariesPath", null);

public static final Preference<Boolean> externalAddOnLibrariesEnabled =
BooleanType.create("externalAddOnLibrariesEnabled", false);

public static final Preference<String> createAddOnParentDir =
StringType.create("createAddOnParentDir", System.getProperty("user.home"));

static {
// Used to be stored as separate components but now is one color. Add if not already there.
if (prefs.get("trustedPrefixFG", null) == null) {
Expand Down

Large diffs are not rendered by default.

Loading
Loading