Skip to content

Commit a373b36

Browse files
committed
App: Wow that slipped through the cracks...
1 parent a6a9197 commit a373b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/src/main/java/co/casterlabs/caffeinated/app/CaffeinatedApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ public String getKoiUrl() {
404404
}
405405

406406
@JavascriptSetter("koiUrl")
407-
public void setUseBetaKoiPath(String val) {
407+
public void setKoiUrl(String val) {
408408
this.appPreferences.get().setKoiUrl(val);
409409
this.appPreferences.save();
410410
}

0 commit comments

Comments
 (0)