OBS-URL: https://build.opensuse.org/request/show/58480 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=43
16 lines
746 B
Diff
16 lines
746 B
Diff
Index: gnome-shell-2.91.5/js/ui/status/accessibility.js
|
|
===================================================================
|
|
--- gnome-shell-2.91.5.orig/js/ui/status/accessibility.js
|
|
+++ gnome-shell-2.91.5/js/ui/status/accessibility.js
|
|
@@ -82,8 +82,8 @@ ATIndicator.prototype = {
|
|
let magnifier = this._buildItem(_("Zoom"), MAGNIFIER_SCHEMA, 'show-magnifier');
|
|
this.menu.addMenuItem(magnifier);
|
|
|
|
- let textZoom = this._buildFontItem();
|
|
- this.menu.addMenuItem(textZoom);
|
|
+ // let textZoom = this._buildFontItem();
|
|
+ // this.menu.addMenuItem(textZoom);
|
|
|
|
let screenReader = this._buildItem(_("Screen Reader"), AT_SCREEN_READER_SCHEMA, 'startup');
|
|
this.menu.addMenuItem(screenReader);
|