#!/bin/sh
# Viber launch script.
#
# Viber is oversized on many computers. Fix it.
QT_SCALE_FACTOR=0.6
export QT_SCALE_FACTOR
#
exec /opt/viber/Viber
