Merge pull request 'master' (#44) from Applications/ubl-settings-video:master into master

Reviewed-on: YanTheKaller/ubl-settings-video#44
pull/121/head
commit b20a0e14ae

@ -50,7 +50,7 @@
#define get_resolutions_supportable_command "resource:///com/ublinux/csv/resolutions.csv" #define get_resolutions_supportable_command "resource:///com/ublinux/csv/resolutions.csv"
#define install_proprietary_command(target) yon_char_append("pacman --quiet --noconfirm --needed -Sy ",target) #define install_proprietary_command(target) yon_char_append("pacman --quiet --needed -Sy ",target)
#define delete_proprietary_command(target) yon_char_append("pacman -R --noconfirm ",target) #define delete_proprietary_command(target) yon_char_append("pacman -R --noconfirm ",target)

Loading…
Cancel
Save