Skip to content

Commit

Permalink
Rename #shouldRun setting name
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Aug 28, 2023
1 parent b5c6a01 commit 6bd8e22
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ PhLTemplateSourcesUpdateChecker class >> run [
PhLTemplateSourcesUpdateChecker class >> settingsOn: aBuilder [
<systemsettings>
<pharoLauncherSettings>
(aBuilder setting: #shouldRun)
label: 'Check for template sources update?' translated;
(aBuilder setting: #shouldCheckTemplateSourcesUpdate)
label: 'Check for template sources update?';
parent: #pharoLauncher;
target: self;
getSelector: #shouldRun;
setSelector: #shouldRun:;
order: 55;
description: 'Check if Pharo Launcher Template sources has an update available (needs internet access)' translated
description: 'Check if Pharo Launcher Template sources has an update available (needs internet access)'
]

{ #category : #settings }
Expand Down

0 comments on commit 6bd8e22

Please sign in to comment.