You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension has only one option, it is a text box, and this its schema xml:
<schemalist>
<schemaid="org.gnome.shell.extensions.clock-override"path="/org/gnome/shell/extensions/clock_override/">
<keyname="override-string"type="s">
<default>'%FT%R:%S%:z'</default>
<summary>Override string</summary>
<description>The text to display where the clock is. You can use special characters to include the time and date; for example '%Y-%m-%d %H.%M.%S', and see https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format</description>
</key>
</schema>
</schemalist>
Web pages designed for mobile devices often have compact and responsive layouts, which are just right for pop-up windows.
I tried it and the result is beautiful:
Before
After
I hard-coded that in
dict.js
, as it is only for testing purposes:But in the final design, you should avoid asking users to manually set the UserAgent which they might make mistakes. So the options I wish to add are:
User Agent: [select] Default / Mobile / Manual
[textbox] not matter / copyable / editable
The text was updated successfully, but these errors were encountered: