mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
Update more icons
Seems like I missed some in the first round
This commit is contained in:
parent
2e0563fc64
commit
1c6cd3bd2b
1 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ namespace Bar
|
||||||
if (info.defaultController.empty())
|
if (info.defaultController.empty())
|
||||||
{
|
{
|
||||||
btIconText->SetClass("bt-label-off");
|
btIconText->SetClass("bt-label-off");
|
||||||
btIconText->SetText("");
|
btIconText->SetText("");
|
||||||
btDevText->SetText("");
|
btDevText->SetText("");
|
||||||
}
|
}
|
||||||
else if (info.devices.empty())
|
else if (info.devices.empty())
|
||||||
|
@ -523,7 +523,7 @@ namespace Bar
|
||||||
{
|
{
|
||||||
auto exitButton = Widget::Create<Button>();
|
auto exitButton = Widget::Create<Button>();
|
||||||
exitButton->SetClass("exit-button");
|
exitButton->SetClass("exit-button");
|
||||||
exitButton->SetText("");
|
exitButton->SetText("");
|
||||||
exitButton->OnClick(
|
exitButton->OnClick(
|
||||||
[](Button&)
|
[](Button&)
|
||||||
{
|
{
|
||||||
|
@ -541,7 +541,7 @@ namespace Bar
|
||||||
|
|
||||||
auto sleepButton = Widget::Create<Button>();
|
auto sleepButton = Widget::Create<Button>();
|
||||||
sleepButton->SetClass("sleep-button");
|
sleepButton->SetClass("sleep-button");
|
||||||
sleepButton->SetText("");
|
sleepButton->SetText("");
|
||||||
sleepButton->OnClick(
|
sleepButton->OnClick(
|
||||||
[](Button&)
|
[](Button&)
|
||||||
{
|
{
|
||||||
|
@ -550,7 +550,7 @@ namespace Bar
|
||||||
|
|
||||||
auto rebootButton = Widget::Create<Button>();
|
auto rebootButton = Widget::Create<Button>();
|
||||||
rebootButton->SetClass("reboot-button");
|
rebootButton->SetClass("reboot-button");
|
||||||
rebootButton->SetText("累");
|
rebootButton->SetText("");
|
||||||
rebootButton->OnClick(
|
rebootButton->OnClick(
|
||||||
[](Button&)
|
[](Button&)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue