mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
99590487b2
@ -60,7 +60,7 @@ export class FrameComponent {
|
||||
public themeService: ThemeService,
|
||||
private deviceService: DeviceDetectorService
|
||||
) {
|
||||
this.enableScrollUpButton = Config.Gallery.NavBar.showScrollUpButton === ScrollUpModes.always || (Config.Gallery.NavBar.showScrollUpButton === ScrollUpModes.mobileOnly && this.deviceService.isDesktop());
|
||||
this.enableScrollUpButton = Config.Gallery.NavBar.showScrollUpButton === ScrollUpModes.always || (Config.Gallery.NavBar.showScrollUpButton === ScrollUpModes.mobileOnly && !this.deviceService.isDesktop());
|
||||
this.user = this.authService.user;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user