Galène videoconferencing server discussion list archives
 help / color / mirror / Atom feed
* [Galene] send "low" as default
@ 2020-12-28 13:45 Michael Ströder
  2020-12-28 14:15 ` [Galene] " Juliusz Chroboczek
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ströder @ 2020-12-28 13:45 UTC (permalink / raw)
  To: galene

HI!

How can I set "low" send transfer rate as default?

It would be ok for me to set this in static HTML content.

Ciao, Michael.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Galene] Re: send "low" as default
  2020-12-28 13:45 [Galene] send "low" as default Michael Ströder
@ 2020-12-28 14:15 ` Juliusz Chroboczek
  0 siblings, 0 replies; 2+ messages in thread
From: Juliusz Chroboczek @ 2020-12-28 14:15 UTC (permalink / raw)
  To: Michael Ströder; +Cc: galene

> How can I set "low" send transfer rate as default?

--- a/static/galene.html
+++ b/static/galene.html
@@ -196,8 +196,8 @@
             <label for="sendselect" class="sidenav-label-first">Send:</label>
             <select id="sendselect" class="select select-inline">
               <option value="lowest">lowest</option>
-              <option value="low">low</option>
-              <option value="normal" selected>normal</option>
+              <option value="low" selected>low</option>
+              <option value="normal">normal</option>
               <option value="unlimited">unlimited</option>
             </select>
           </form>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-28 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 13:45 [Galene] send "low" as default Michael Ströder
2020-12-28 14:15 ` [Galene] " Juliusz Chroboczek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox