Commit 3062eb7f authored by sstucker's avatar sstucker
Browse files

1.21.5

--Added settings dropdown menu  --Checking for updates can be disabled from settings dropdown menu
parent 62436d0e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -45,10 +45,7 @@ function checkForHomerUpdates()
                        close(wb);
                        web(url);    
                    case 'Don''t ask again'
                        % Make sure user doesn't get asked about this particular
                        % update again.
                        cfg.SetValue('Update Refused', updateTxt);

                        cfg.SetValue('Check For Updates', 'off');
                end

            end