mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-07 22:28:27 -04:00
Warn on dirty default presets as well
This commit is contained in:
parent
d884856b2e
commit
a0f8078ee1
@ -197,7 +197,7 @@ sub set_dirty {
|
||||
|
||||
sub is_dirty {
|
||||
my $self = shift;
|
||||
return $self->{dirty};
|
||||
return (defined $self->{dirty});
|
||||
}
|
||||
|
||||
sub title {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user