mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 09:39:12 -04:00
Rename playlist.ini to replay.ini to match app (#1864)
This commit is contained in:
parent
b7e5bedf4b
commit
f80c28cde7
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ class PlaylistView : public View {
|
|||
NavigationView& nav_;
|
||||
TxRadioState radio_state_{};
|
||||
app_settings::SettingsManager settings_{
|
||||
"tx_playlist", app_settings::Mode::TX};
|
||||
"tx_replay", app_settings::Mode::TX};
|
||||
|
||||
// More header == less spectrum view.
|
||||
static constexpr ui::Dim header_height = 6 * 16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue