diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-28 18:34:43 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-28 18:34:43 +0800 |
commit | b81852f3c4d35cb2aa851ae3cac17a1061470961 (patch) | |
tree | f5ac9ffb26f2014bdfd1c7ac2fa97598c4d7bd9d /Header.ui.qml | |
parent | 0b5e8d11af518394e5858321262e2f00ec8d78d5 (diff) |
Mode button icons show up now
Diffstat (limited to 'Header.ui.qml')
-rw-r--r-- | Header.ui.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Header.ui.qml b/Header.ui.qml index bd36d9f..491965f 100644 --- a/Header.ui.qml +++ b/Header.ui.qml @@ -201,9 +201,6 @@ ToolBar { Btn.Sm { id: light - display: - AbstractButton. - TextBesideIcon icon { source: "Bootstrap/icons/sun.svg" @@ -233,9 +230,6 @@ ToolBar { Btn.Sm { id: dark - display: - AbstractButton. - TextBesideIcon icon { source: "Bootstrap/icons/moon-stars.svg" |