File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ def msinfo_finished(self):
291291 f .write ('InstallMethod\t {}\t \n ' .format (get_button_id (self .install_method , no_info_text )))
292292 f .write ('ModifiedWindows\t {}\t \n ' .format (get_button_text (self .tweak_buttons , no_info_text )))
293293 f .write ('UserSpecifiedSystemType\t {}\t \n ' .format (get_button_text (self .platform_buttons )))
294- f .write ('LaptopCertainty \t {}\t \n ' .format (str ( is_laptop ()) ))
294+ f .write ('AutodetectedSystemType \t {}\t \n ' .format ('Laptop' if is_laptop () else 'Desktop' ))
295295 f .write ('PSUModel\t {}\t \n ' .format (self .psu_model .text () if self .psu_model .text () else no_info_text ))
296296 f .write ('GPUConnectionMethod\t {}\t \n ' .format (get_button_text (self .pcie_riser_buttons , no_info_text )))
297297 f .write ('PSUCables\t {}\t \n ' .format (self .psu_cables .text () if self .psu_cables .text () else no_info_text ))
You can’t perform that action at this time.
0 commit comments