Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 240ba22

Browse files
committed
2.6.0 - Set globals to public in settings component
1 parent 38f49c7 commit 240ba22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/settings/settings.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class SettingsComponent implements OnInit {
1919

2020
constructor(
2121
private shared: SharedService,
22-
private globals: GlobalsService,
22+
public globals: GlobalsService,
2323
public playerComp: PlayerComponent,
2424
private notify: NotifyService
2525
) { }

0 commit comments

Comments
 (0)