Prepare for v0.2.0 #53

Merged
glenux merged 43 commits from develop into master 2024-12-29 18:16:40 +00:00
Showing only changes of commit 9f3f3b24c1 - Show all commits

View file

@ -101,7 +101,7 @@ module GX
raise Models::InvalidFilesystemError.new("Invalid filesystem") if filesystem.nil?
mount_or_umount(filesystem)
auto_open(filesystem) if @config.auto_open
auto_open(filesystem) if filesystem.mounted? && @config.auto_open
end
end