mirror of
https://github.com/stonega/tsacdop
synced 2025-02-04 09:27:34 +01:00
Change player default to short.
This commit is contained in:
parent
16aed3eb9f
commit
4241af7ec8
@ -184,7 +184,7 @@ class AudioPlayerNotifier extends ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future _getPlayerHeight() async {
|
Future _getPlayerHeight() async {
|
||||||
var index = await playerHeightStorage.getInt(defaultValue: 1);
|
var index = await playerHeightStorage.getInt(defaultValue: 0);
|
||||||
_playerHeight = PlayerHeight.values[index];
|
_playerHeight = PlayerHeight.values[index];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user