mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Skip guide on welcome dialog dismiss.
This commit is contained in:
parent
1a68f4c60d
commit
ce4a89458e
@ -286,6 +286,7 @@ angular.module('omega').controller 'MasterCtrl', ($scope, $rootScope, $window,
|
||||
return unless firstRun
|
||||
scope = $rootScope.$new('isolate')
|
||||
scope.upgrade = (firstRun == 'upgrade')
|
||||
omegaTarget.state('firstRun', '')
|
||||
$modal.open(
|
||||
templateUrl: 'partials/options_welcome.html'
|
||||
keyboard: false
|
||||
@ -298,6 +299,3 @@ angular.module('omega').controller 'MasterCtrl', ($scope, $rootScope, $window,
|
||||
return
|
||||
when 'show'
|
||||
$script 'js/options_guide.js'
|
||||
when 'skip'
|
||||
break
|
||||
omegaTarget.state('firstRun', '')
|
||||
|
Loading…
Reference in New Issue
Block a user