Skip to content

Commit

Permalink
Update Settings.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Dec 9, 2024
1 parent 9311649 commit 5a302bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/jvdegithub/aiscatcher/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static void setDefault(Context context) {
preferences.edit().putBoolean("sSHARING", false).commit();

preferences.edit().putBoolean("w1SWITCH", false).commit();
preferences.edit().putInt("w1PORT", 8100).commit();
preferences.edit().putString("w1PORT", "8100").commit();


preferences.edit().putString("oCGF_WIDE", "Default").commit();
Expand Down Expand Up @@ -397,4 +397,4 @@ static private boolean SetSharing(Context context) {
return true;
}

}
}

0 comments on commit 5a302bc

Please sign in to comment.