style/floating buttons: change some icons

This commit is contained in:
Adorian Doran
2025-03-22 01:08:30 +02:00
parent eab644248b
commit 44419b7cb5
6 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ export default class ScriptExecutorWidget extends NoteContextAwareWidget {
show: this.isEnabled(),
activate: true,
title: this.isTriliumSqlite() ? t("script_executor.query") : t("script_executor.script"),
icon: "bx bx-run"
icon: "bx bx-play"
};
}