Add file menu option to export uncompressed json file
This commit is contained in:
parent
49c7d32727
commit
454943f2cf
5 changed files with 49 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* DISTRHO Cardinal Plugin
|
||||
* Copyright (C) 2021 Filipe Coelho <falktx@falktx.com>
|
||||
* Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License as
|
||||
|
@ -48,6 +48,7 @@ void loadTemplateDialog();
|
|||
void revertDialog();
|
||||
void saveDialog(const std::string& path);
|
||||
void saveAsDialog();
|
||||
void saveAsDialogUncompressed();
|
||||
void appendSelectionContextMenu(rack::ui::Menu* menu);
|
||||
|
||||
bool connectToRemote();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue