Make widgets fully opaque by default

This commit is contained in:
2020-08-22 16:26:59 -05:00
parent d20a2be7e6
commit 209e709163
2 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ public class Preferences
public int getWidgetOpacity()
{
return Integer.parseInt(storage.getString("pref_widget_opacity", "102"));
return Integer.parseInt(storage.getString("pref_widget_opacity", "255"));
}
/**