~osomon/webbrowser-app/zoom-qwerty-keyboard

« back to all changes in this revision

Viewing changes to src/app/webbrowser/ToolbarAction.qml

  • Committer: Bileto Bot
  • Author(s): Florian Boucault
  • Date: 2016-08-25 09:51:55 UTC
  • mfrom: (1495.5.2 startup_time)
  • Revision ID: ci-train-bot@canonical.com-20160825095155-wmb4001qmcqjdoae
Load images needed at startup asynchronously.
Saves 400ms on krillin.

Approved by: Olivier Tilloy, system-apps-ci-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                horizontalCenter: parent.horizontalCenter
50
50
            }
51
51
            color: toolbarAction.color
 
52
            asynchronous: true
52
53
        }
53
54
    }
54
55