mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 20:52:04 +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
|
// TODO: Call a logging function with channel GUI, severity info for datadir path
|
||||||
Slic3r::Log::info(LogChannel, (_("Data dir: ") + datadir).ToStdWstring());
|
Slic3r::Log::info(LogChannel, (_("Data dir: ") + datadir).ToStdWstring());
|
||||||
|
|
||||||
|
// Load gui settings from slic3r.ini
|
||||||
if (wxFileExists(slic3r_ini)) {
|
if (wxFileExists(slic3r_ini)) {
|
||||||
/*
|
/*
|
||||||
my $ini = eval { Slic3r::Config->read_ini("$datadir/slic3r.ini") };
|
my $ini = eval { Slic3r::Config->read_ini("$datadir/slic3r.ini") };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user