Skip to content

Commit

Permalink
Add SD Plugin Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
MoSadie committed Dec 9, 2023
1 parent ee8fc84 commit 4ad1744
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public String getAsString() {

@Override
public String getHTMLInput() {
return "<label for=\""+ id + "\">" + getLabel() + "</label><input type=\"range\" id=\"" + id + "\" name=\"" + id + "\" value=\"" + getAsString() + "\" min=\"" + min + "\" max=\"" + max + "\" step=\"0.01\">";
return "<label for=\""+ id + "\">" + getLabel() + "</label><input type=\"number\" id=\"" + id + "\" name=\"" + id + "\" value=\"" + getAsString() + "\" min=\"" + min + "\" max=\"" + max + "\" step=\"0.01\">";
}

@Override
Expand Down
1 change: 0 additions & 1 deletion StreamDeckPlugin/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions StreamDeckPlugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'application'
}

version = '2.2.0.0'
version = '2.3.0.0'

application {
mainClass = "com.mosadie.effectmc.plugingen.StreamDeckPluginGen"
Expand All @@ -14,7 +14,7 @@ repositories {
}

dependencies {
implementation 'com.mosadie.effectmc:core:2.2'
implementation 'com.mosadie.effectmc:core:2.3'
implementation 'commons-io:commons-io:2.11.0'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.9'
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<div class="sdpi-item">
<div class="sdpi-item-label">Minecraft IP</div>
<input id="minecraftip" class="sdpi-item-value" type="text" value="" placeholder="http://localhost:3000"/>
<input id="minecraftip" class="sdpi-item-value" type="text" value="http://localhost:3000" placeholder="http://localhost:3000"/>
</div>

${properties}
Expand Down

0 comments on commit 4ad1744

Please sign in to comment.