mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-16 17:41:20 +01:00
2021-09-16 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDAIRPLAY.LOGO_PATH' field to the database. * Incremented the database version to 355. * Added 'RDAirPlayConf::logoPath()' and 'RDAirPlayConf::setLogoPath()' methods. * Added a 'Logo Image' control to the 'Configure RDAirPlay' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -60,6 +60,7 @@ class EditRDAirPlay : public RDDialog
|
||||
void selectData();
|
||||
// void editHotKeys();
|
||||
void selectSkinData();
|
||||
void selectLogoData();
|
||||
void modeControlActivatedData(int n);
|
||||
void logStartupModeActivatedData(int n);
|
||||
void okData();
|
||||
@@ -137,6 +138,7 @@ class EditRDAirPlay : public RDDialog
|
||||
QMap<int,bool> air_autorestarts;
|
||||
QLabel *air_autorestart_label;
|
||||
QLineEdit *air_skin_edit;
|
||||
QLineEdit *air_logo_edit;
|
||||
QLineEdit *air_title_template_edit;
|
||||
QLineEdit *air_artist_template_edit;
|
||||
QLineEdit *air_outcue_template_edit;
|
||||
|
||||
Reference in New Issue
Block a user