mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-21 19:33:26 +00:00
Troubleshoot Center Dialog (#12416)
* init * update translations * clarify warning for rebuild * auto fill issue field on github with gathered system information * add detection for linux package type * fix build errors * update * update * improve reading windows version * add multi file support for zip and use timestamp on exported zip name * fix errors * fix errorz * fix URL encoding * fix CPU info * use home or desktop as default location * fix distro name on flatpak * improve detecting local build on linux * check package type on all platforms * optimize margins * improve monitor detection * add support for adding text file to zip and add system info on export * exclude user related info from config * improve exporting profile info * fix linux monitor info * update * update detecting monitor info * Update TroubleshootDialog.cpp * Update TroubleshootDialog.cpp * Update TroubleshootDialog.cpp * revert scaling and resolution detection for linux * include project file to zip and notify after saving zip successfully saved * improve monitor info on mac * update * improve packing selection menu * update * Update TroubleshootDialog.cpp * Update TroubleshootDialog.cpp * Update TroubleshootDialog.cpp * Update TroubleshootDialog.cpp * update * update * make hash clickable * fix compatible process counting * export profiles overview instead copying to clipboard * auto restart app after cleaning system folder --------- Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
@@ -392,6 +392,14 @@ void flush_logs()
|
||||
return;
|
||||
}
|
||||
|
||||
// ORCA
|
||||
boost::filesystem::path get_log_file_name()
|
||||
{
|
||||
if (g_log_sink)
|
||||
return g_log_sink->locked_backend()->get_current_file_name();
|
||||
return {};
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
// The following helpers are borrowed from the LLVM project https://github.com/llvm
|
||||
namespace WindowsSupport
|
||||
|
||||
Reference in New Issue
Block a user