mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Warn on dirty default presets as well
This commit is contained in:
@@ -197,7 +197,7 @@ sub set_dirty {
|
|||||||
|
|
||||||
sub is_dirty {
|
sub is_dirty {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
return $self->{dirty};
|
return (defined $self->{dirty});
|
||||||
}
|
}
|
||||||
|
|
||||||
sub title {
|
sub title {
|
||||||
|
|||||||
Reference in New Issue
Block a user