Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
remove the hard-coded test symbol list
Browse files Browse the repository at this point in the history
  • Loading branch information
librehat committed Aug 16, 2022
1 parent d4e42e6 commit 2a1ad91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plasmoid/contents/ui/MainPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PlasmaComponents.Page {
readonly property string title: "Stocks"
readonly property var locale: Qt.locale()

readonly property var symbols: ["IUKD.L"]// plasmoid.configuration.symbols
readonly property var symbols: plasmoid.configuration.symbols
readonly property int updateInterval: plasmoid.configuration.updateInterval

PlasmaComponents3.ScrollView {
Expand Down

0 comments on commit 2a1ad91

Please sign in to comment.