Sagiri-Dev / Sagiri

Sagiri makes full use of Spotify-WebAPI It's third party app.
Other
10 stars 0 forks source link

[Feature-UI] タスクバーアイコンにフォーカスした際、なうぷれ投稿や設定ができるように TaskbarItemInfo ロジックを追加する #24

Open Asteriskx opened 1 year ago

Asteriskx commented 1 year ago
Asteriskx commented 1 year ago
    <mah:MetroWindow.TaskbarItemInfo>
        <TaskbarItemInfo>
            <TaskbarItemInfo.ThumbButtonInfos>
                <ThumbButtonInfo x:Name="tbiNp" ImageSource="アイコン画像"
                             Description="nowplaying" Command="{Binding NowPlayingCommand}"  />
            </TaskbarItemInfo.ThumbButtonInfos>
        </TaskbarItemInfo>
    </mah:MetroWindow.TaskbarItemInfo>
Asteriskx commented 6 months ago