mirror of
https://github.com/HackPlan/quark-shell-mac.git
synced 2026-04-30 04:25:46 +08:00
Implement mw.setMenubarIcon().
and mw.setMenubarHighlightedIcon()
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
font-size: 28px;
|
||||
}
|
||||
.button {
|
||||
text-align: center;
|
||||
margin-top: 40px;
|
||||
text-align: center;
|
||||
margin-top: 40px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@@ -26,7 +26,10 @@
|
||||
<button id="notify">Notify</button>
|
||||
<button id="open">Open URL</button>
|
||||
<button id="quit">Quit</button>
|
||||
<button id="set-icon">Set Icon</button>
|
||||
</p>
|
||||
<canvas id="icon"></canvas>
|
||||
<canvas id="highlighted-icon"></canvas>
|
||||
<script type="text/javascript" src="jquery-2.1.0.min.js"></script>
|
||||
<script type="text/javascript" src="index.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user