1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-08 06:25:37 -05:00

font: bundle in material symbols rounded

This commit is contained in:
bbedward
2025-10-25 16:15:15 -04:00
parent 90284625af
commit 237333941a
10 changed files with 4535 additions and 44 deletions

View File

@@ -200,11 +200,6 @@ Item {
property var nativeInhibitor: null
Component.onCompleted: {
const fonts = Qt.fontFamilies()
if (fonts.indexOf("Material Symbols Rounded") === -1) {
ToastService.showError("Please install Material Symbols Rounded and Restart your Shell. See README.md for instructions")
}
if (SettingsData.forceStatusBarLayoutRefresh) {
SettingsData.forceStatusBarLayoutRefresh.connect(() => {
Qt.callLater(() => {