Merge branch 'main' into deepsource-transform-d737fbc6

This commit is contained in:
0xMRTT 2022-09-07 17:52:49 +02:00 committed by GitHub
commit 5f8e9178b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
import sys
import time import time
from gi.repository import Gtk, Adw, Gio, Gdk from gi.repository import Gtk, Adw, Gio, Gdk
@ -116,7 +117,7 @@ class GradienceWelcomeWindow(Adw.Window):
@staticmethod @staticmethod
def quit(widget=False): def quit(widget=False):
quit() sys.exit()
# TODO: Add adw-gtk3 check # TODO: Add adw-gtk3 check
def check_adw_gtk3(self): def check_adw_gtk3(self):