2009-01-06 00:27:19 +01:00
|
|
|
print(plasmoid.readConfig("Test"));
|
2009-01-06 01:11:31 +01:00
|
|
|
plasmoid.activeConfig = "secondary";
|
|
|
|
print(plasmoid.activeConfig);
|
|
|
|
print(plasmoid.readConfig("Test"));
|
2009-01-07 21:28:10 +01:00
|
|
|
plasmoid.writeConfig("Test", "You should see this!");
|
|
|
|
print(plasmoid.readConfig("Test"));
|
2009-01-06 00:27:19 +01:00
|
|
|
|