mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 12:10:43 +00:00
Default right sidebar off, calendar off, pie chart off with new OSCAR folder.
This commit is contained in:
parent
b4a64fa8e6
commit
2568f79a99
@ -74,7 +74,7 @@ public:
|
|||||||
m_multithreading = false; // too dangerous to allow
|
m_multithreading = false; // too dangerous to allow
|
||||||
m_showPerformance = initPref(STR_US_ShowPerformance, false).toBool();
|
m_showPerformance = initPref(STR_US_ShowPerformance, false).toBool();
|
||||||
m_showDebug = initPref(STR_US_ShowDebug, false).toBool();
|
m_showDebug = initPref(STR_US_ShowDebug, false).toBool();
|
||||||
initPref(STR_AS_CalendarVisible, true);
|
initPref(STR_AS_CalendarVisible, false);
|
||||||
m_scrollDampening = initPref(STR_US_ScrollDampening, (int)50).toInt();
|
m_scrollDampening = initPref(STR_US_ScrollDampening, (int)50).toInt();
|
||||||
m_tooltipTimeout = initPref(STR_US_TooltipTimeout, (int)2500).toInt();
|
m_tooltipTimeout = initPref(STR_US_TooltipTimeout, (int)2500).toInt();
|
||||||
m_graphHeight=initPref(STR_AS_GraphHeight, 180).toInt();
|
m_graphHeight=initPref(STR_AS_GraphHeight, 180).toInt();
|
||||||
@ -92,7 +92,7 @@ public:
|
|||||||
m_olm = (OverviewLinechartModes)initPref(STR_AS_OverviewLinechartMode, (int)OLC_Bartop).toInt();
|
m_olm = (OverviewLinechartModes)initPref(STR_AS_OverviewLinechartMode, (int)OLC_Bartop).toInt();
|
||||||
m_lineThickness=initPref(STR_AS_LineThickness, 1.0).toFloat();
|
m_lineThickness=initPref(STR_AS_LineThickness, 1.0).toFloat();
|
||||||
m_lineCursorMode = initPref(STR_AS_LineCursorMode, true).toBool();
|
m_lineCursorMode = initPref(STR_AS_LineCursorMode, true).toBool();
|
||||||
initPref(STR_AS_RightSidebarVisible, true);
|
initPref(STR_AS_RightSidebarVisible, false);
|
||||||
initPref(STR_CS_UserEventPieChart, false);
|
initPref(STR_CS_UserEventPieChart, false);
|
||||||
initPref(STR_US_ShowSerialNumbers, false);
|
initPref(STR_US_ShowSerialNumbers, false);
|
||||||
initPref(STR_US_OpenTabAtStart, 1);
|
initPref(STR_US_OpenTabAtStart, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user