File tree Expand file tree Collapse file tree
lib/python/qtvcp/lib/qtplasmac Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -605,6 +605,8 @@ After running a new configuration for the first time the following files will be
605605|===
606606|Filename |Function
607607|<machine_name>_material.cfg |File for storing the material settings from the MATERIAL section of the <<plasma:parameters-tab,PARAMETERS Tab>>.
608+ |update_log.txt |File for storing log of major updates. +
609+ Major updates are those that make any modification to a user's configuration.
608610|qtvcp.prefs |File containing the QtVCP preferences.
609611|qtplasmac.qss |File storing the stylesheet for the currently loaded session of QtPlasmaC.
610612|===
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ def move_options_to_prefs_file_iniwrite(inifile):
174174 os .remove (tmpFile )
175175 except Exception as e :
176176 return (False , True , e )
177- return (True , False , 'Updated to V1. 227.219' )
177+ return (True , False , 'Updated to V2.9- 227.219' )
178178
179179def get_offsets (data , oType ):
180180 x = y = d = 0
You can’t perform that action at this time.
0 commit comments