add hate
This commit is contained in:
parent
58ef05e9f2
commit
4a8eab29a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
download.txt
|
download.txt
|
||||||
|
hate.txt
|
||||||
|
15
gui
15
gui
@ -98,11 +98,16 @@ MAIN_DIALOG='
|
|||||||
</timer>
|
</timer>
|
||||||
|
|
||||||
<hbox>
|
<hbox>
|
||||||
<button>
|
<button>
|
||||||
<input file icon="media-record"></input>
|
<input file icon="media-record"></input>
|
||||||
<label>Download</label>
|
<label>Download</label>
|
||||||
<action>(echo ; date ; ./info) >> download.txt</action>
|
<action>(echo ; date ; ./info) >> download.txt</action>
|
||||||
</button>
|
</button>
|
||||||
|
<button>
|
||||||
|
<input file icon="face-angry"></input>
|
||||||
|
<label>Hate!</label>
|
||||||
|
<action>(echo ; date ; ./info) >> hate.txt</action>
|
||||||
|
</button>
|
||||||
<button>
|
<button>
|
||||||
<input file icon="media-playback-stop-symbolic"></input>
|
<input file icon="media-playback-stop-symbolic"></input>
|
||||||
<label>Stop</label>
|
<label>Stop</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user