mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- rename screen_x/yres to font_scaling_x/y
This commit is contained in:
@@ -619,8 +619,6 @@ struct SNeutrinoSettings
|
||||
int screen_preset;
|
||||
int screen_width;
|
||||
int screen_height;
|
||||
int screen_xres;
|
||||
int screen_yres;
|
||||
|
||||
//Software-update
|
||||
int softupdate_mode;
|
||||
@@ -778,9 +776,13 @@ struct SNeutrinoSettings
|
||||
int zap_cycle;
|
||||
int sms_channel;
|
||||
int sms_movie;
|
||||
|
||||
std::string font_file;
|
||||
std::string ttx_font_file;
|
||||
|
||||
int font_scaling_x;
|
||||
int font_scaling_y;
|
||||
|
||||
int livestreamResolution;
|
||||
std::string livestreamScriptPath;
|
||||
|
||||
|
Reference in New Issue
Block a user