creates common texts for opening streams
Texts for opening streams were used in multiple locations. Created a file to store GUI texts like this and replaced were applicable
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef COMMONTEXTS_HPP
|
||||
#define COMMONTEXTS_HPP
|
||||
|
||||
#define OPEN_IN_BROWSER "Open in browser"
|
||||
#define OPEN_PLAYER_IN_BROWSER "Open in player in browser"
|
||||
#define OPEN_IN_STREAMLINK "Open in streamlink"
|
||||
#define DONT_OPEN "Don't open"
|
||||
|
||||
|
||||
#endif // COMMONTEXTS_HPP
|
||||
Reference in New Issue
Block a user