Closed twooclock closed 1 year ago
So will there bee anew update on the MSI with the changes for this soon?. As the latest one is from 2019... ???
I can not find mon.cpp in the project Am I doing something wrong?? I only find monitor.cpp but that file contains only 500+ lines. and nothing with the change you sugested..
Sorry title refers to issue in mon.cpp. My change is in port.cpp wich is in ...\clawmon\monitor\ folder (see line 1290).
Patched with version 0.8.6
Line 1290: WriteToIniFile(_T("0"), _T("PinterName"), m_szPrinterName, infpath); shoud be WriteToIniFile(_T("0"), _T("PrinterName"), m_szPrinterName, infpath);
This prevents usage of different profiles since profiles are determined via PrinterName. LastUsedProfile is always used.