mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-07-01 13:55:56 -04:00
Properly rename defaultBookName to Initials
This commit is contained in:
@ -78,7 +78,7 @@ public class BibleViewerModules {
|
||||
})
|
||||
.toBlocking().first();
|
||||
|
||||
prefs.defaultBookName(fallback.getName());
|
||||
prefs.defaultBookInitials(fallback.getName());
|
||||
return fallback;
|
||||
} catch (NoSuchElementException e) {
|
||||
// If no books are installed, there's really nothing we can do...
|
||||
|
@ -15,5 +15,6 @@ public interface BibleViewerPreferences {
|
||||
|
||||
@Default(ofInt = 14)
|
||||
int baseTextSize();
|
||||
|
||||
void baseTextSize(int baseTextSize);
|
||||
}
|
||||
|
Reference in New Issue
Block a user