mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 13:28:49 +01:00
Move the profiler to the bottom left.
It's far less in the way here. It's also hide-able with Alt-P (if you don't have a textbox focused.)
This commit is contained in:
parent
c4fbec045b
commit
33ec5886cc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# Have Mini Profiler show up on the right
|
||||
Rack::MiniProfiler.config.position = 'right' if defined?(Rack::MiniProfiler)
|
||||
Rack::MiniProfiler.config.position = 'bottom-left'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue