1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

Remember last config file path when loaded from CLI too

This commit is contained in:
Alessandro Ranellucci
2011-12-26 19:45:01 +01:00
parent d6dcb35237
commit 62ee79f0c9
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use Wx::Event qw(EVT_BUTTON);
use base 'Wx::Panel';
my $last_dir;
my $last_config;
our $last_config;
sub new {
my $class = shift;