mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
apply tuxtxt font changes to users settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: af9a9ef532
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Origin message was:
------------------
- apply tuxtxt font changes to users settings
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1199,6 +1199,12 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
|
|||||||
//remove easymenu
|
//remove easymenu
|
||||||
configfile.deleteKey("easymenu");
|
configfile.deleteKey("easymenu");
|
||||||
}
|
}
|
||||||
|
if (g_settings.version_pseudo < "20180123160000")
|
||||||
|
{
|
||||||
|
// apply tuxtxt font changes
|
||||||
|
if (g_settings.ttx_font_file == FONTDIR "/DejaVuLGCSansMono-Bold.ttf")
|
||||||
|
g_settings.ttx_font_file = FONTDIR "/tuxtxt.ttf";
|
||||||
|
}
|
||||||
|
|
||||||
g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO;
|
g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO;
|
||||||
configfile.setString("version_pseudo", g_settings.version_pseudo);
|
configfile.setString("version_pseudo", g_settings.version_pseudo);
|
||||||
|
@@ -1 +1 @@
|
|||||||
#define NEUTRINO_VERSION_PSEUDO "20170913110000"
|
#define NEUTRINO_VERSION_PSEUDO "20180123160000"
|
||||||
|
Reference in New Issue
Block a user