mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
redesign. add: themes and text size
This commit is contained in:
@@ -23,7 +23,7 @@ public class AppSettings {
|
||||
AppContext.setLocale(Locale.of(settingsData.locale));
|
||||
App.setFullscreen(settingsData.fullScreen);
|
||||
new EventFlow().addPostEvent(new AudioEvents.ChangeVolume(settingsData.volume)).asyncPostEvent();
|
||||
|
||||
App.setStyle(settingsAsset.getTheme(), settingsAsset.getLayoutSize());
|
||||
}
|
||||
|
||||
public SettingsAsset getPath() {
|
||||
|
||||
Reference in New Issue
Block a user