mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 16:56:15 -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
|
@ -389,7 +389,7 @@ PlaylistView::PlaylistView(
|
|||
ensure_directory(u"PLAYLIST");
|
||||
waterfall.show_audio_spectrum_view(false);
|
||||
|
||||
field_frequency.set_value(100'000'000);
|
||||
field_frequency.set_value(transmitter_model.target_frequency());
|
||||
field_frequency.on_change = [this](rf::Frequency f) {
|
||||
if (current())
|
||||
current()->metadata.center_frequency = f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue