Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
85506f9373
commit
6e282cc6b3
1 changed files with 3 additions and 1 deletions
|
@ -565,7 +565,9 @@ export default {
|
|||
this.$notify.info(this.$gettextInterpolate(this.$gettext("%{n} pictures found"), {n: this.results.length}));
|
||||
}
|
||||
} else {
|
||||
this.$notify.info(this.$gettextInterpolate(this.$gettext("More than %{n} pictures found"), {n: 100}));
|
||||
if (!this.embedded) {
|
||||
this.$notify.info(this.$gettextInterpolate(this.$gettext("More than %{n} pictures found"), {n: 100}));
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
if (this.$root.$el.clientHeight <= window.document.documentElement.clientHeight + 300) {
|
||||
|
|
Loading…
Reference in a new issue