mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 22:32:02 +08:00
added descriptive comment to GUI
This commit is contained in:
parent
3fda71e5dd
commit
31ed51de00
@ -48,6 +48,7 @@ bool App::OnInit()
|
||||
// TODO: Call a logging function with channel GUI, severity info for datadir path
|
||||
Slic3r::Log::info(LogChannel, (_("Data dir: ") + datadir).ToStdWstring());
|
||||
|
||||
// Load gui settings from slic3r.ini
|
||||
if (wxFileExists(slic3r_ini)) {
|
||||
/*
|
||||
my $ini = eval { Slic3r::Config->read_ini("$datadir/slic3r.ini") };
|
||||
|
Loading…
x
Reference in New Issue
Block a user