We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2ab82 commit 812f706Copy full SHA for 812f706
2 files changed
GPUmodules/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.9.0-RC2'
+__version__ = '3.9.0'
2
__status__ = 'Development Status :: 5 - Production/Stable'
3
#__status__ = 'Development Status :: 4 - Beta'
4
__author__ = 'RicksLab'
gpu-mon
@@ -123,16 +123,14 @@ if not GTK:
123
LOGGER.debug('started with Gtk disabled')
124
125
def set_quit(self, _arg2, _arg3) -> None:
126
- """
127
- Set quit flag when Gtk quit is selected.
+ """ Set quit flag when Gtk quit is selected.
128
"""
129
self.quit = True
130
else:
131
set_gtk_prop = GPUgui.GuiProps.set_gtk_prop
132
133
class MonitorWindow(Gtk.Window):
134
135
- Custom PAC Gtk window.
+ """ Custom PAC Gtk window.
136
137
quit: bool = False
138
gui_enabled: bool = True
0 commit comments